Apt-get dá aviso de autenticação toda vez

1

Sempre que eu consigo algo, me avisa que não é autenticado. Isto é um novo problema; começou hoje. Quando eu faço apt-key update , ele não faz nada, e apt-get update me dá esse erro no final da saída:

W: GPG error: http://archive.canonical.com precise Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <[email protected]>
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures were invalid: BADSIG 30C0868B8020F06A Launchpad PPA for arand
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures were invalid: BADSIG 5C92FC592AE51AB5 Launchpad PPA for consindo
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures were invalid: BADSIG 3BDAAC08614C4B38 Launchpad otto06217

Alguém sabe o que está acontecendo ou como corrigi-lo? Estou executando o Ubuntu 12.04 (preciso).

    
por pbfy0 12.08.2012 / 19:17

1 resposta

1

ref: ubuntuforums.org

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
    
por 12.08.2012 / 19:18