The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY F13930B14BB9F05F
SABnzbD has a new release. It has been added to the PPA immediately, which is great. Updating the packages gave me an error: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY F13930B14BB9F05F
Quick fix:
gpg --keyserver subkeys.pgp.net --recv F13930B14BB9F05F
Then enter the following:
gpg --export --armor F13930B14BB9F05F | sudo apt-key add -
Then, to finish off, enter the following:
sudo apt-get update
Source: http://ubuntuforums.org/showpost.php?p=6650442&postcount=11
This entry was posted on Tuesday, February 24th, 2009 at 22:33 and is filed under apt-get, Commandline, Hardware, HTPC, Logs, Mediacenter, Plugins, SABnzbd, Ubuntu. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.





David Landgren December 13th, 2011 at 17:34
Excellent, man! You just saved my life!