Feb
13
W: GPG error: http://debian.3wsi.net testing/non-US
Release: The following signatures couldn't be verified
because the public key is not available: NO_PUBKEY KEY_ID
Release: The following signatures couldn't be verified
because the public key is not available: NO_PUBKEY KEY_ID
penguin:~# apt-get install gnupg penguin:~# gpg --keyserver keyring.debian.org --recv KEY_ID gpg: requesting key KEY_ID from hkp server keyring.debian.org gpg: key KEY_ID: public key "Debian Archive Automatic Signing Key (2005)" imported gpg: no ultimately trusted keys found gpg: Total number processed: 1 gpg: imported: 1 penguin:~# gpg --export KEY_ID | apt-key add -SECOND Method:
penguin:~# gpg --keyserver keyring.debian.org \THIRD Method [ Install ALL debian keyring ]
--recv-key KEY_ID && gpg -a --export | apt-key add -
apt-get install debian-keys -t experimental gpg --import /usr/share/keyrings/debian-keyring.gpg apt-get updateOnce it's done.. no more Warning.
NOTE : they key is not always the same,
replace KEY_ID with whatever come up at your machine.

0 Comments
Add Comment