removido
(usa Nenhuma)
Enviado em 26/10/2010 - 22:33h
@brunotec você chegou bem perto do podium, rsrsrs
@ederpardeiro:
abra o sources.list com o gedit e remova as linhas referentes ao CD-ROM:
$ sudo gedit /etc/apt/sources.list
Pode ser que seja(m) parecida(s) com essas:
deb cdrom:[Debian GNU/Linux testing _Squeeze_ - Official Snapshot amd64 NETINST Binary-1 20100217-22:04]/ squeeze main
deb cdrom:[Debian GNU/Linux testing _Squeeze_ - Official Snapshot amd64 CD Binary-1 20101011-04:01]/ squeeze main
* ou delete essas linhas ou comente-as com o símbolo # (jogo-da-velha)
Depois atualize as listas de pacotes e instale as chaves GPG:
$ sudo apt-get update
$ sudo apt-get install debian-archive-keyring debian-keyring
$ sudo apt-get debian-multimedia-keyring ### essa daqui apenas se existir o repositório Debian Multimídia no sources.list.
--------------------------------------------
Caso seja Debian Squeeze/Testing, você pode usar esse sources.list abaixo:
$ sudo gedit /etc/apt/sources.list
### Debian 'Squeeze/Testing'.
deb
http://ftp.debian.org/debian/ testing main contrib non-free
deb
http://security.debian.org/ testing/updates main contrib non-free
deb
http://www.debian-multimedia.org/ testing main non-free
### Debian 'Squeeze/Testing' (Espelho Brasileiro).
deb
http://ftp.br.debian.org/debian/ testing main contrib non-free
deb
http://ftp.br.debian.org/debian-security/ testing/updates main contrib non-free
deb
http://ftp.br.debian.org/debian-multimedia testing main non-free
#
## Outros repositórios.
#
### Opera.
deb
http://deb.opera.com/opera/ lenny non-free
### Oracle VM VirtualBox.
deb
http://download.virtualbox.org/virtualbox/debian lenny non-free
### Wine.
deb
http://www.lamaresh.net/apt lenny main
Salve, feche o arquivo, atualize as listas de pacotes e instale as chaves GPG:
$ sudo apt-get install debian-archive-keyring debian-keyring debian-multimedia-keyring
$ wget -q
http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
$ wget -O -
http://deb.opera.com/archive.key | sudo apt-key add -
$ wget -O -
http://www.lamaresh.net/apt/key.gpg | sudo apt-key add -
*** a propósito para um iniciante eu recomendaria o Linux Mint Debian, ao invés de um Debian puro.
segue o sources.list para ele:
http://www.vivaolinux.com.br/etc/sources.list-15