NO_PUBKEY 60D11217247D1CFF: how to add a gpg repository key...

Asked by Presley Serejo

Binary package hint: synaptic

Reloading packages in Synaptic Package Manager in Ubuntu 8.10 amd64 results in this error (otherwise all else is fine):

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 60D11217247D1CFF

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu synaptic Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was originally filed as bug #326409.

Revision history for this message
Lars Ljung (larslj) said :
#1

Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 277677, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find.

Revision history for this message
dbius (danubiusz) said :
#2

Hi! I had exactly the same error while updating packages (via synaptic or update manager), Under Ubuntu 8.10 (32 bit).

I found a solution here: http://my-it-dump.blogspot.com/2009/02/fixing-gpg-errors-nopubkey-in-apt-get.html

So follow this article and this will fix the problem! It worked for me.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#3

This seems a question than a bug so i convert it to a question...

Thank you

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

Add a ppa gpg key

Open a Terminal from the menu Applications → Accessories → Terminal and type or better copy and paste a row a time then press enter:

gpg --keyserver keyserver.ubuntu.com --recv 60D11217247D1CFF

copy and paste into terminal and press enter...

gpg --export --armor 60D11217247D1CFF | sudo apt-key add -

copy and paste into terminal and press enter...

Then type: (when the system ask you a password give your user password, you will not see nothing when you type it, then press enter)

sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade

to update your system.

Hope this helps

Can you help with this problem?

Provide an answer of your own, or ask Presley Serejo for more information if necessary.

To post a message you must log in.