Ao tentar adicionar o repositório para baixar o Kicad mais novo, recebi esta mensagem de erro:
W: GPG error: http://ppa.launchpad.net raring Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8A75A3A697B014A
Encontrei a sugestão:
$ gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 4D270D06F42584E6 # You should see the following output while executing the above command. gpg: Total number processed: 1 gpg: imported: 1 $ gpg --armor --export 4D270D06F42584E6 | apt-key add - OK $ apt-get update [Note: Now update will work without the key error message]
Mas não funcionou, pois o endereço do site wwwkeys.eu.pgp.net não é encontrado. Tentei usar outros sites, mas estava demorando muito e aparentemente nada funcionava.
Nos comentários do link da sugestão acima encontrei esta outra sugestão:
# aptitude install debian-keyring debian-archive-keyring
Porém também não funcionou…
Então resolvi baixar o conteúdo da chave publica (da linha BEGIN até END) :
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0xD8A75A3A697B014A
e salvei com o nome de 697b014a.pub e adicionei manualmente com o comando:
# cat 697b014a.pub | apt-key add -