debian NO_PUBKEY apt-get update error
W: GPG error: http://security.debian.org etch/updates Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY XXXXXXXXXXXXXXXX
W: GPG error: http://ftp.debian.org etch Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY XXXXXXXXXXXXXXXX
W: You may want to run apt-get update to correct these problems
get’s fixed by
gpg --keyserver wwwkeys.eu.pgp.net --recv-keys XXXXXXXXXXXXXXXX
apt-key add /root/.gnupg/pubring.gpg
apt-get update
as stated here
Substitute the missing key for XXXXXXXXXXXXXXXX
April 13th, 2007 at 9:19 am
Thanks a lot!
gpg –keyserver wwwkeys.eu.pgp.net –recv-keys EC61E0B0BBE55AB3 && apt-key add /root/.gnupg/pubring.gpg
solved my problem with debian-volatile.
June 20th, 2007 at 3:22 am
Thanks man, your solution solved my problem…
November 1st, 2007 at 1:33 pm
Thanks alot! Solved my problem!
January 6th, 2008 at 2:14 am
Thanks from Finland too!
February 11th, 2008 at 4:43 pm
Thanks. Just what I needed!
February 19th, 2008 at 4:06 am
Thanks. Solve the problem. Very useful.
March 26th, 2008 at 2:32 pm
Thanks from Italy.
August 6th, 2009 at 12:52 pm
Awesome, was looking all over for a solution!
Helped instantly!
October 11th, 2009 at 8:51 am
THX! FIXED! =)
October 26th, 2009 at 11:00 am
Thank You !!
June 12th, 2010 at 3:59 am
Still working today for me as well, thx!