Fixing apt-get GPG errors

ERROR: W: GPG error: http://ftp.de.debian.org etch Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY xxxxx….

FIX:

apt-get install debian-archive-keyring

also works for other repositories like multimedia:

apt-get install debian-multimedia-keyring

Taken from: http://amazing-development.com/archives/2006/02/24/fixing-gpg-errors-with-apt-get-for-dummies-like-me/


ERROR: W: GPG error: http://updates.xensource.com etch Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY xxxxx….

FIX:

wget -q http://updates.vmd.citrix.com/XenServer/5.5.0/GPG-KEY -O- | apt-key add -

Taken from: http://www.steveglendinning.com/2009/07/15/xensource-updates-apt-repository-missing-gpg-key/

This entry was posted in XenServer and tagged , , . Bookmark the permalink. Follow any comments here with the RSS feed for this post. Post a comment or leave a trackback: Trackback URL.

Post a Comment

Your email is never published nor shared. Required fields are marked *

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>