Dando erro no Adicionar/Remover.Synaptic e Terminal(RESOLVIDO)

Iniciado por isdiru, 24 de Julho de 2007, 21:21

tópico anterior - próximo tópico

isdiru

Boas, no adicionar e remover dá o seguinte erro:
Falha ao checar por aplicativos instalados e disponíveis

This is a major failure of your software management system. Please check for broken packages with synaptic, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'.

No Synaptic:
E: Tipo 'wget' não é conhecido na linha 49 na lista de fontes /etc/apt/sources.list
E: A lista de fontes não pôde ser lida.
Configure as opções de repositórios para corrigir o problema.
E: _cache->open() failed, please report.

No terminal:

root@israel-desktop:/home/israel#  apt-get upgrade
E: Tipo 'wget' não é conhecido na linha 49 na lista de fontes /etc/apt/sources.list
E: A lista de fontes não pôde ser lida

Alguem pode me ajudar?

Ubuntu 7.04
Obrigado

VB5

#1
isdiru,

por favor, mude o nome do tópico: está em desacordo com as regras do fórum, pois não é nada explicativo.
Sobre o seu problema, a primeira impressão é que você quer baixar algo de um repositório que não está em sua lista de repositórios permitidos ( /etc/apt/sources.list) . Tente fazer pelo Synaptic, selecionando "Todos os repositórios" ( ou algo parecido). Boa sorte!...

VB5

Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

clcampos

Qualquer coisa posta aqui o conteúdo do arquivo /etc/apt/sources.list ai.
Cristiano/Timóteo - MG
.: Como Fazer Perguntas de Forma Inteligente :.                
Com dúvida? pesquise!

isdiru

Citação de: clcampos online 24 de Julho de 2007, 21:27
Qualquer coisa posta aqui o conteúdo do arquivo /etc/apt/sources.list ai.

boas,
israel@israel-desktop:~$ /etc/apt/sources.list
bash: /etc/apt/sources.list: Permissão negada
israel@israel-desktop:~$


VB5

Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

isdiru

Citação de: VB5 online 24 de Julho de 2007, 21:48
Tente : gedit /etc/apt/sources.list

Boas
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://br.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://br.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty 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://br.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty 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/ feisty-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe
deb http://security.ubuntu.com/ubuntu feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-backports restricted main multiverse universe
deb http://archive.ubuntu.com/ubuntu/ feisty-proposed restricted main multiverse universe
deb http://ftp.debian.org sarge main
deb http://packages.medibuntu.org/ feisty free non-free
deb http://packages.medibuntu.org/ feisty free non-free
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O-  sudo tee -a /etc/apt/sources.list

VB5

Certo... o repositório de onde você está tentando instalar algo está nessa lista?... se não, precisa acrescentá-lo nela editando o arquivo ( provavelmente com "sudo").

VB5
Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB

clcampos

Edite o arquivo:

$ sudo gedit /etc/apt/souces.list

Retire a última linha e execute no terminal:

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

isdiru

Citação de: clcampos online 24 de Julho de 2007, 22:00
Edite o arquivo:

$ sudo gedit /etc/apt/souces.list

Retire a última linha e execute no terminal:

$sudo apt-get update
Obrigado,clcampos e vb5,problema resolvido.

clcampos

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

VB5

Ubuntu 10.04 - Semprom 2600+/Asus K8N/1.5 GB RAM DDR 400/GeForce 6200/HDs: 80MB + 320 GB