GPG error public key is not available message on update manager

Asked by john

GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D0D3C959DB2035A6

The above is an error I get using update manager. I have tried the thread elsewhere on the website but to no avail in correcting the error.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Solved by:
marcobra (Marco Braida)
Solved:
Last query:
Last reply:
Revision history for this message
Best marcobra (Marco Braida) (marcobra) said :
#1

To add your keys, please try this:

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

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com D0D3C959DB2035A6

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

Revision history for this message
john (jaytee1937) said :
#2

Thanks a lot. Problem solved immediately