gpg
Postado em 26/01/2018 por Rogerio - Categoria: Dicas Linux - Tags: apt key gpg
Simply type the following commands, taking care to replace the number below with that of the key that was displayed in the error message:gpg --keyserver pgpkeys.mit.edu --recv-key numero
gpg -a --export numero | sudo apt-key add -
Corrigir erro do apt: Não existem chaves públicas para os seguintes IDs de chaves...
Postado em 26/06/2008 por Rogerio - Categoria: Dicas Linux - Tags: apt-get chaves gpg
Execute os comandos abaixo:
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 6070D3A1
gpg --armor --export 6070D3A1 | apt-key add -