PDA

View Full Version : [ubuntu] Update manager error



Diptansu
March 15th, 2010, 06:37 AM
When I am trying to check my updates through 'update manager' .. It is downloading up to certain limit .. then shows the following error ..

An error occurred

The following details are provided:

W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B9674A0E7B0FB2CA
W: GPG error: http://ppa.launchpad.net intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EE6F9258A958418A
W: GPG error: http://packages.medibuntu.org intrepid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783


What I sd do? .. pls help ... :(

mcoleman44
March 15th, 2010, 06:41 AM
Are you using Intrepid or are you using Karmic or jaunty?

Diptansu
March 15th, 2010, 09:33 AM
I am using Intrepid ..

pastalavista
March 15th, 2010, 09:55 AM
gpg --keyserver keyserver.ubuntu.com --recv XXXXXXXXXXXXXXXX

gpg --export --armor XXXXXXXXXXXXXXXX | sudo apt-key add -

replace the X's with your key numbers and run both commands for each pubkey number

MelDJ
March 15th, 2010, 02:14 PM
Try the link in my sig

slakkie
March 15th, 2010, 04:24 PM
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEYID

Diptansu
March 15th, 2010, 04:30 PM
Err .. well .. what is 'key number' .. and how to find it ? .. :-k

pastalavista
March 15th, 2010, 04:36 PM
B9674A0E7B0FB2CA -- EE6F9258A958418A -- 2EBC26B60C5A2783

from your error messages. maybe 'key codes' would have made more sense

(three separate 16 digit pub-key ID codes)

Diptansu
March 15th, 2010, 04:52 PM
Lol .. :p

WOW ... thanks to all you guys .. this worked fine .. :D