Você pode inicializar em um Live CD (uma máquina virtual será suficiente) e copiar /etc/apt/sources.list
dele. Como alternativa, tenha uma imagem do Live CD pronta e siga estas instruções:
-
Monte o CD. Se você tiver um arquivo
.iso
, monte-o usando:sudo mount -o loop ubuntu-11.04-desktop-amd64.iso /media/cdrom
-
Monte o arquivo do sistema de arquivos a partir do CD:
sudo mount -o loop /media/cdrom/casper/filesystem.squashfs /mnt
-
Copie o arquivo sources.list:
sudo cp {/mnt,}/etc/apt/sources.list
-
Altere as permissões do arquivo, se necessário:
sudo chmod 644 /etc/apt/sources.list
Do meu Live CD do Ubuntu 11.04:
deb http://archive.ubuntu.com/ubuntu natty main restricted
deb-src http://archive.ubuntu.com/ubuntu natty main restricted
deb http://security.ubuntu.com/ubuntu natty-security main restricted
deb-src http://security.ubuntu.com/ubuntu natty-security main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu natty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu natty-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
# deb http://archive.ubuntu.com/ubuntu natty universe
# deb-src http://archive.ubuntu.com/ubuntu natty universe
# deb http://archive.ubuntu.com/ubuntu natty-updates universe
# deb-src http://archive.ubuntu.com/ubuntu natty-updates universe
# deb http://security.ubuntu.com/ubuntu natty-security universe
# deb-src http://security.ubuntu.com/ubuntu natty-security universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# deb http://archive.ubuntu.com/ubuntu natty multiverse
# deb-src http://archive.ubuntu.com/ubuntu natty multiverse
# deb http://archive.ubuntu.com/ubuntu natty-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu natty-updates multiverse
# deb http://security.ubuntu.com/ubuntu natty-security multiverse
# deb-src http://security.ubuntu.com/ubuntu natty-security multiverse
Para a melhor velocidade de download, você precisa selecionar novamente um espelho perto de você:
- Abra o Ubuntu Software Center
- Abrir Editar - > Fontes de software ...
- Clique na caixa de seleção ao lado de Download de:
- Selecione um servidor à sua escolha
Você pode querer ativar alguns repositórios também, como software de código aberto mantido pela comunidade (universo) e Software restrito por direitos autorais e questões legais (multiverse)