PDA

View Full Version : [ubuntu] 9.04 update manager error



chipppy
May 5th, 2009, 05:58 AM
Good Morning (This has been solved)

I have recently upgraded from 8.10 to 9.04. I think that i have a legacy error that will be an easyone for someone that knows what they are doing.

When I went to do my usually weekly update, through Update Manager, i came across the following error after i clicked the 'check' button

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 1AB4E9F561A5FC4C

I was still able to do the normal updates and all works fine.

As intrepid is mentioned I am assuming that it might have something to do with not cleaning up something properly after the 8.10-9.04 upgrade.

Does anyone know what this error means and how I can look further into it so that I can work up a work around/fix.

Cheers
chipppy

Partyboi2
May 5th, 2009, 06:03 AM
You can add the key by opening a terminal and

gpg --keyserver keyserver.ubuntu.com --recv 1AB4E9F561A5FC4C
gpg --export --armor 1AB4E9F561A5FC4C | sudo apt-key add -
You should also open your sources.list and change intrepid to jaunty for that ppa

gksu gedit /etc/apt/sources.list
then

sudo apt-get update

chipppy
May 5th, 2009, 09:14 AM
Thanks. all fixed. I thought it would be an easy one.

Cheers
chipppy