How to Solve NO_PUBKEY 85A3D26506C4AE2A

If you add Mozilla repository  in debian Testing (mozilla.debian.net) it can happen that when we try to execute the comand apt-get update, we see a GPG error:

W: GPG error: http://mozilla.debian.net experimental Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 85A3D26506C4AE2A

To solve this problem we need to install the debian-keyring package

# apt-get install debian-keyring

and then execute this 2 commands:

# gpg --keyserver keys.gnupg.net --recv-key 06C4AE2A

# gpg -a --export 06C4AE2A | apt-key add -

This post is also available in: Italian

Leave a Reply

Your email address will not be published. Required fields are marked *

CAPTCHA Image

*

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>