There is no public key available for the following key IDs:

{ Posted on Dec 05 2009 by lucas }

When you try to update debian and you get this error:

There is no public key available for the following key IDs: 9AA38DCD55BE302B

there are two ways to solve the issue:

  1. gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 9AA38DCD55BE302B
    apt-key add .gnupg/pubring.gpg
  2. sudo aptitude install debian-keyring debian-archive-keyring

If you have network problems because of your firewall try the second one. The error, in this case, is something like:

gpg: keyserver timed out

Debian power…

Sorry, comments for this entry are closed at this time.