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

Be Sociable, Share!

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.

2 Responses to “The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY F13930B14BB9F05F”

Quirinius March 2nd, 2009 at 15:12

Is this the same solution as described by the package author on http://forums.sabnzbd.org/index.php?topic=387.0

FWIW: this is not needed anymore for SABnzbd on Ubuntu 9.04; Ubuntu 9.04 has SAB in the ‘normal’ repository.

David Landgren December 13th, 2011 at 17:34

Excellent, man! You just saved my life!

Leave a Reply