[Linux-bruxelles] Etch, problème de clef publique gpg pour des packages

Philip Richardson pprichardson at gmail.com
Mer 25 Oct 05:52:20 CEST 2006


Le mardi 24 octobre 2006 à 22:37 +0200, Aldo a écrit :
> W: GPG error: http://www.debian-multimedia.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
> W: You may want to run apt-get update to correct these problems
> galactix:~# 

Ce n'est q'un "warning" qui te signale que le paquet n'a pu être vérifié
par une clé gpg valide.

Voici la procédure donnée sur la FAQ du site :

Here is my fingerprint :
1D7F C53F 80F8 52C1 88F4 ED0B 07DC 563D 1F41 B907

To import my key from a GPG server (needed for all case) :
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 1F41B907

With apt-get >= 0.6 do the following (sudo is needed) :
gpg --armor --export 1F41B907 | sudo apt-key add -

With su (Thanks to Michael Gilbert) :

gpg --armor --export 1F41B907 > debian-multimedia.key
su -c "apt-key add debian-multimedia.key"

If you don't use sudo, do the following under root :
gpg --armor --export 1F41B907 | apt-key add -

Philip





Plus d'informations sur la liste de diffusion Linux-bruxelles