From LedHed's Wiki
Jump to: navigation, search
(Created page with "If you get an error when doing apt-get update along the lines of: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because t...")
 
Line 4: Line 4:
 
Then re-download and apply the GPG key as follows:
 
Then re-download and apply the GPG key as follows:
 
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <GPG_KEY>
 
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <GPG_KEY>
 +
 +
 +
 +
== Reference ==
 +
http://askubuntu.com/questions/127326/how-to-fix-missing-gpg-keys
 +
  
  
 
[[Category:Ubuntu]]
 
[[Category:Ubuntu]]

Revision as of 21:16, 21 December 2012

If you get an error when doing apt-get update along the lines of:

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

Then re-download and apply the GPG key as follows: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys <GPG_KEY>


Reference

http://askubuntu.com/questions/127326/how-to-fix-missing-gpg-keys