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.
![]() |
|
Multiverse 저장소 내의 꾸러미들은 종종 자유 운영 체제에서 배포될 수 없는 라이센스 조항을 가지고 있으며, 여러분의 지역 내에서 사용이 법률적으로 금지되어 있을 수도 있습니다. |
![]() |
|
Universe 또는 Multiverse 저장소는 공식적으로 지원되는 꾸러미를 가지고 있지 않음을 충고 합니다. 특정 예로, 그 꾸러미들을 위한 보안 업데이트가 없을 수도 있습니다. |
많은 다른 꾸러미 소스도 사용 가능하고, 때로는 하나의 프로그램 개발자에 의해 제공되는 꾸러미 소스의 경우, 오직 하나의 꾸러미만을 심지어 제공하는 경우도 있습니다. 하지만, 표준화되지 않은 꾸러미 소스를 사용할 때는, 여러분은 매우 조심하고 주의를 기울여야 합니다. 몇 개의 꾸러미 소스와 그들의 꾸러미는 어떤 측면에서는 여러분의 시스템을 불안정하게 하거나 또는 동작하지 않도록 할 수 있으므로, 설치를 수행하기 전에 소스와 꾸러미를 조심스럽게 조사해 보십시오.
Starting Gutsy Gibbon, 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