[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apt-get trouble



Hi Rob,

> I have since a wile some trouble with my apt-get update
> this error pops up
> W: GPG error: http://security.debian.org stable/updates Release: The following 
> signatures couldn't be verified because the public key is not available: 
> NO_PUBKEY 010908312D230C5F
> 
> I have done some research and i need to add the key by the wget-funtion.
> But i cannot find the key to install?
> Does anyone have the link for me?

Search Google for:
"verified because the public key is not available: NO_PUBKEY"
First link is this thread:

http://lists.debian.org/debian-user-german/2005/11/msg00006.html

Relevant part of the answer:

gpg --keyserver pgp.mit.edu --recv-keys 529B8BDA
gpg --armor --export 529B8BDA | apt-key add -

The key in your case are the last 8 digits of 010908312D230C5F. That
means for you:
gpg --keyserver pgp.mit.edu --recv-keys 2D230C5F
gpg --armor --export 2D230C5F | apt-key add -

Greetings, Tobias



Reply to: