Signature non verifiée : Clé publique indisponible
W: GPG error: ftp://ftp2.fr.debian.org testing Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 010908312D230C5F W: You may want to run apt-get update to correct these problemslorsque l'on fait un sudo apt-get update.
Pour solutionner :
gpg --recv-keys 010908312D230C5F
gpg --armor --export 010908312D230C5F | sudo apt-key add -
sudo apt-get update
Ou installer le package "debian-archive-keyring" si il s'agit des clés Debian, par sudo apt-get install debian-archive-keyring
Ou si on donne un fichier clé sur Internet : wget http://www.debian.org/volatile/etch-volatile.asc -O - | sudo apt-key add -