Repositórios Extra

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.

[Nota]

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.

[Atenção]

Tenha em atenção que os repositórios Universe ou Multiverse não contêm pacotes suportados oficialmente. Em particular, podem não existir actualizações de segurança para esses pacotes.

Muitas outras fontes de pacotes estão disponíveis, por vezes contendo apenas um pacote, como no caso de uma fonte fornecida pelo programador de apenas uma aplicação. No entanto deve ter sempre um extremo cuidado e precaução quando utiliza pacotes não padrão. Pesquise a origem e os pacotes antes de os instalar, dado que algumas fontes e os respectivos pacotes podem tornar o seu sistema instável ou impedi-lo de funcionar.

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

Referências

Como Adicionar Repositórios (Ubuntu Wiki)