rulururu

post “There are no public key available for the following key IDs”

November 23rd, 2006

Filed under: Linux,Operating Systems,Ubuntu — Brenton Alker @ 23:43

I was trying to install something or other tonight, using the (usually very simple) apt-get system on my web box, but it kept showing up with this error

There are no public key available for the following key IDs:
XXXXXXXXXX

Where the X’s are a hash/key of some description.
After some searching, The solution appears to be to import a key from a key-server (makes sense), here’s how:

# gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys XXXXXXXXXX
# apt-key add /root/.gnupg/pubring.gpg
# apt-get update

Substituting in the same hash/key.
Then, it just works…

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

ruldrurd
Powered by WordPress, Web Design by Laurentiu Piron Monitored by SiteUpTime
Entries (RSS) and Comments (RSS)