View this PageEdit this PageUploads to this PageVersions of this PageHomeRecent ChangesSearchHelp Guide

Instalar la clave GPG de etch

De este post

On Sun, 18 Feb 2007 22:48:34 -0800, Ant wrote:
> Why am I getting this error?
> # apt-get update
[..]
> W: There is no public key available for the following key IDs:
> B5D0C804ADB11277
> W: There is no public key available for the following key IDs:
> B5D0C804ADB11277
> W: You may want to run apt-get update to correct these problems

This is not an error but a warning

> Is this my side or server's side? If it is my side, then how do I fix
> this? I already tried apt-get clean and rerunning apt-get update. No
> changes.

B5D0C804ADB11277 is the new signing key for the Etch release which is
unfortunately not in the debian keyring package yet.

If you want to fix it take the following steps:

As a user
$ gpg --recv-keys B5D0C804ADB11277
$ gpg --export -a B5D0C804ADB11277 > /tmp/etch

As root
  1. apt-key add /tmp/etch
  2. apt-get update