Fixing out Apt i GPG error:no_pubkey
This post was written by admin on September 21, 2009
Posted Under: General
Posted Under: General
When you install packages from third-party sources or upgrade of your repository,you may encounter an error report says: the public key is not available:no_pubkey …
Normally,I’ll try following when I get into this error:
gpg --keyserver subkeys.pgp.net --recv D739676F7613768D
gpg --export --armor D739676F7613768D | sudo apt-key add -
“D739676F7613768D” is the key after no_pubkey in error report.Commonly I will fix the problem out.
When I read this thread,I’m feeling so lucky and this is the orbicular solution for the problem
http://forum.ubuntu.pl/showthread.php?t=37547
Related posts:
- Fix Mysql5.0 ERROR 1045(forget database password) in Ubuntu Linux
- Fix Grub 2 Error 11: unrecognized device string
- Ubuntu Software Center-Waiting for another software in process to quit
- Delete the package mis-configured or install failed in Ubuntu
- Howto expand swap space by adding a swap file in Ubuntu
Tags: errors
