PDA

View Full Version : <<SOLVED>>apt-get update



jrsoit
Dec 19th 2005, 02:26 PM
Hey all,

I added the repos for amarok 1.3.7 then did apt-get update, then this is the first time I have gotten this error could someone please help and tell me how to fix this.

here is my shell output

Fetched 193B in 29s (7B/s)
Reading package lists... Done
W: GPG error: http://kubuntu.org breezy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A506E6D4DD4D5088
W: You may want to run apt-get update to correct these problems

thanks.

whoiam55
Dec 19th 2005, 03:51 PM
type this on colsole wget http://people.ubuntu.com/~jriddell/kubuntu-packages-jriddell-key.gpg, This will download the GPG key, use the apt-key command to import it to your apt database.
sudo apt-key add kubuntu-packages-jriddell-key.gpg then try again.

jrsoit
Dec 19th 2005, 07:38 PM
thanks alot, worked like a charm!!

Nandro
Feb 1st 2006, 07:15 PM
It worked for me also. I had almost given up on solving it. How is it you know where to get these keys from? And thanks again. I am a stickler about everything being right on my new u\kubuntu box!

henbone11
Oct 20th 2006, 01:12 PM
type this on colsole wget http://people.ubuntu.com/~jriddell/kubuntu-packages-jriddell-key.gpg, This will download the GPG key, use the apt-key command to import it to your apt database.
sudo apt-key add kubuntu-packages-jriddell-key.gpg then try again.



I try this and get a lock error for the following dir, /var/lib/dpkg/lock - open (11 resource temporarily unavailable)

any ideas?

sky
Oct 21st 2006, 07:24 PM
Usually it's because you're using two applications that update in the same time, for example two adepts, or adept and apt-get...
If it's not the case, so it's because your database is screwed, nevermind you should be able to correct it by :
sudo apt-get -f install
or
sudo dpkg --configure -a

Hope it helps