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

Add to your favorites:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Reddit
  • StumbleUpon

This entry was posted on Tuesday, February 24th, 2009 at 22:33 and is filed under Commandline, HTPC, Hardware, Logs, Mediacenter, Plugins, SABnzbd, Ubuntu, apt-get. 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.

One Response 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.

Leave a Reply