apt-get and gpg
January 4th, 2008
When doing an apt-get update on my debian machine and recieve and error like this:
W: GPG error: http://www.debian-multimedia.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
As root doing the following fixed it:
# gpg --recv-keys 07DC563D1F41B907
# gpg --export 07DC563D1F41B907 | sudo apt-key add -
Maybe I’ll remember next time.