“As seguintes assinaturas não puderam ser verificadas porque a chave pública não está disponível: NO_PUBKEY 16126D3A3E5C1192” [duplicado]

10
$ sudo apt-get update
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://extras.ubuntu.com maverick Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/maverick/Release  
W: Some index files failed to download, they have been ignored, or old ones used instead.

Como posso remover esses avisos? A execução de apt-get update me forneceu esses avisos desde o início da minha nova instalação 10.10.

    
por Isaiah 26.10.2010 / 03:09

1 resposta

12

Opção 1

De aqui :

sudo apt-get install --reinstall ubuntu-extras-keyring

Opção 2

Veja aqui .

Resumo:

Abra o terminal e execute os seguintes comandos:

gpg --keyserver keyserver.ubuntu.com --recv 3E5C1192
gpg --export --armor 3E5C1192 | sudo apt-key add -
sudo apt-get update
    
por Jonathon 26.10.2010 / 03:26

Tags