O Update Manager não está funcionando

12

Oi Quando tento pressionar o botão CHECK em Atualizado, ele não está procurando atualizações disponíveis.

ficando abaixo do erro.

"Failed to Download repository information"

Check your Internet connection..

W:GPG error: http://archive.canonical.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]>
W:GPG error: http://archive.canonical.com lucid Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]>
W:Failed to fetch gzip:/var/lib/apt/lists/partial/archive.ubuntu.com_ubuntu_dists_oneiric_main_source_Sources  Hash Sum mismatch
E:Some index files failed to download. They have been ignored, or old ones used instead.

Ubuntu Versão 11.10

Deena
fonte
pode ser que você tenha o mesmo problema que aqui: askubuntu.com/questions/82700/…
Black Block

Respostas:

15

Experimente estes em um terminal

sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt-get clean
sudo apt-get update
Bruno Pereira
fonte
Marque a resposta como correta usando a marca de seleção verde.
Bruno Pereira
Você sabe como fazê-lo funcionar no Ubuntu 10.10 ....
Wazzzy