Saturday, October 26, 2013

How to Solve NO_PUBKEY 07DC563D1F41B907

If we add the repository http://www.debian-multimedia.org on Debian testing it can happen that when we try to execute the comand apt-get update, we see a GPG error: W: GPG error: http://www.debian-multimedia.org squeeze Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907 To solve this problem we need to install the debian-keyring package
$ sudo su root -
# apt-get install debian-keyring
# gpg --keyring /usr/share/keyrings/debian-keyring.gpg -a --export 07DC563D1F41B907 |apt-key add -
source

No comments:

Post a Comment