sudo apt-get atualizar erro

1
W: An 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 trusty 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/trusty/Release

Então alguém pode me dar a chave certa para esta? , eu pesquisei, mas não encontrei uma coisa relacionada

    
por Ahmed Zain El Dein 12.04.2016 / 21:39

2 respostas

2

Tente o seguinte comando para adicionar chaves em falta do gpg sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 16126D3A3E5C1192 then sudo apt-get update . Isso resolverá o problema.

    
por Smart Athiyas 12.04.2016 / 22:47
0

Eu experimentei isso uma vez, há um tempo atrás.

O que você pode fazer é limpar cada cache do apt, seguindo:

sudo apt-get clean
sudo mv /var/lib/apt/lists /tmp
sudo apt-get update

(pilha de comandos de "Erro GPG: Release: As seguintes assinaturas eram inválidas: BADSIG ", onde encontrei a resposta quando tive o problema)

    
por Frederik Spang 12.04.2016 / 21:51