PDA

View Full Version : [ubuntu] Update Manager Error



monkerz
August 10th, 2009, 05:26 AM
n00b here.

Clicked Update Manager and get this error. What is it and do I need to worry. Should I remove it and how would I if I need to?

Thanks for any help you can assist with.

Partyboi2
August 10th, 2009, 05:31 AM
Hi, you need to add the gpg key for that repo. to do this open a terminal (Applications>Accessories>Terminal) and add the key with


gpg --keyserver subkeys.pgp.net --recv-keys 9B1DB022
gpg --export --armor 9B1DB022 | sudo apt-key add -

then

sudo apt-get update

monkerz
August 10th, 2009, 05:53 AM
:KS Worked like a charm.

I am so glad I got rid of Microsoft Windows. This was a hard adjustment, but the support forum has been a great tool to get off the ground. Thanks again.