www.michalscorner.com what I have recently discovered

12Feb/114

resolve GPG error: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA

get the missing key
gpg --keyserver pgp.mit.edu --recv-keys AED4B06F473041FA
output

gpg: Total number processed: 1
gpg: imported: 1

add received key
gpg --armor --export AED4B06F473041FA| apt-key add -

try update again
apt-get update

Comments (4) Trackbacks (0)
  1. You the man! Thanks for concise, accurate post.

  2. A better solution is to simply upgrade the debian-archive-keyring package (“sudo apt-get install debian-archive-keyring”). Choosing to receive and accept what is (as far as you know) some random key from php.mit.edu is not much better than using no key at all. Things are digitally signed for a reason.


Leave a comment

(required)

No trackbacks yet.