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
- Virtualbox 4 on Ext4 error – host I/O cache will now be enabled
- Fix Grub 2 Error 11: unrecognized device string
- Fix Ubuntu sudo Error:unable to resolve host
- How to Install Google Earth 6 Beta in Ubuntu (with some problem fixed)
Tags: errors
