wget não funciona [resolvido]

Iniciado por versorger, 27 de Janeiro de 2009, 13:12

tópico anterior - próximo tópico

versorger

Boa tarde!

Sou um novo usuário de linux. Estou há uma semana usando o Ubuntu 8.10 e esta é a primeira dúvida que está me atrapalhando:

Estou tentando instalar uns pacotes, de acordo com um tutorial encontrado aqui: http://andregondim.eti.br/?p=296

O problema é que sempre aparece esta mensagem: "E: Tipo "wget" não é conhecido na linha 55 na lista de fontes /etc/apt/sources.list E: A lista de fontes não pode ser lida."

Alguma sugestão?

Obrigado.

Felix

há algum wget em sua sources.list? Copie a mesma e coloque aqui no fórum para termos certeza.

versorger

Citação de: Felix online 27 de Janeiro de 2009, 13:14
há algum wget em sua sources.list? Copie a mesma e coloque aqui no fórum para termos certeza.

# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted
deb-src http://archive.ubuntu.com/ubuntu/ intrepid restricted main multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-updates restricted main multiverse universe #Added by software-properties

## 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/ intrepid universe
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates 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/ intrepid multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://br.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu intrepid partner
deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://archive.ubuntu.com/ubuntu/ intrepid-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-security restricted main multiverse universe #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ intrepid-security universe
deb http://archive.ubuntu.com/ubuntu/ intrepid-security multiverse
deb http://packages.medibuntu.org/intrepid free non-free
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -o-

sudo aptitude install w32codecs libdvdcss2 -y
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -o-
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -o-
sudo apt-key add - && sudo aptitude update
deb http://archive.ubuntu.com/ubuntu/ intrepid-proposed restricted main multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-proposed restricted main multiverse universe #Added by software-properties
sudo aptitude install w32codecs libdvdcss2 -y


é disso que precisas?

clcampos

#3
Se o que informou em itálico na mensagem anterior é o conteúdo do seu sources.list tem muito o que tirar dele.

Primeiro edite o arquivo:

sudo  gedit   /etc/apt/sources.list

Ai elimine as linhas em destaque abaixo:

Citar# deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ intrepid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://archive.ubuntu.com/ubuntu/ intrepid main restricted
deb-src http://archive.ubuntu.com/ubuntu/ intrepid restricted main multiverse universe #Added by software-properties

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-updates restricted main multiverse universe #Added by software-properties

## 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/ intrepid universe
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates 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/ intrepid multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://br.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ intrepid-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu intrepid partner
deb-src http://archive.canonical.com/ubuntu intrepid partner

deb http://archive.ubuntu.com/ubuntu/ intrepid-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-security restricted main multiverse universe #Added by software-properties
deb http://archive.ubuntu.com/ubuntu/ intrepid-security universe
deb http://archive.ubuntu.com/ubuntu/ intrepid-security multiverse
deb http://packages.medibuntu.org/intrepid free non-free
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -o-

sudo aptitude install w32codecs libdvdcss2 -y
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -o-
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -o-
sudo apt-key add - && sudo aptitude update
deb http://archive.ubuntu.com/ubuntu/ intrepid-proposed restricted main multiverse universe
deb-src http://archive.ubuntu.com/ubuntu/ intrepid-proposed restricted main multiverse universe #Added by software-properties
sudo aptitude install w32codecs libdvdcss2 -y

Talvez será necessário executar os comandos abaixo:

Citarwget -q http://packages.medibuntu.org/medibuntu-key.gpg -o-
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -o-
sudo apt-key add - && sudo aptitude update

E se não executar os comandos anteriores com certeza terá que executar o abaixo:

sudo  apt-get   update
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

versorger

Ok. Parece estar funcionando normalmente agora.

Muito Obrigado!

Abraço!