추가 저장소

In addition to the officially supported package repositories available for Ubuntu, there exist additional community-maintained repositories which add thousands more potential packages for installation. Two of the most popular are the Universe and Multiverse repositories. These repositories are not officially supported by Ubuntu, but because they are maintained by the community they generally provide packages which are safe for use with your Ubuntu computer.

[참고]

Packages in the Multiverse repository often have licensing issues that prevent them from being distributed with a free operating system, and they may be illegal in your locality.

[주의]

Universe 또는 Multiverse 저장소는 공식적으로 지원되는 패키지를 가지고 있지 않음을 충고 합니다. 특정 예로, 그 패키지들을 위한 보안 업데이트가 없을 수도 있습니다.

많은 다른 패키지 소스도 사용 가능하고, 때로는 하나의 프로그램 개발자에 의해 제공되는 패키지 소스의 경우, 오직 하나의 패키지만을 심지어 제공하는 경우도 있습니다. 하지만, 표준화되지 않은 패키지 소스를 사용할 때는, 여러분은 매우 조심하고 주의를 기울여야 합니다. 몇 개의 패키지 소스와 그들의 패키지는 어떤 측면에서는 여러분의 시스템을 불안정하게 하거나 또는 동작하지 않도록 할 수 있으므로, 설치를 수행하기 전에 소스와 패키지를 조심스럽게 조사해 보십시오.

Starting Feisty Fawn, by default, the Universe and Multiverse repositories are enabled. But if you have disabled them, add or edit the /etc/apt/sources.list file and uncomment the following lines to enable those repositories:

deb http://archive.ubuntu.com/ubuntu feisty universe multiverse
deb-src http://archive.ubuntu.com/ubuntu feisty universe multiverse

참조

저장소 추가 하우투 (우분투 위키)