Feb 13
Debian Linux
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

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  \
--recv-key KEY_ID && gpg -a --export | apt-key add -
THIRD Method [ Install ALL debian keyring ]
apt-get install debian-keys -t experimental
gpg --import /usr/share/keyrings/debian-keyring.gpg
apt-get update
Once it's done.. no more Warning.
NOTE : they key is not always the same,
replace KEY_ID with whatever come up at your machine.

Posted by NickNack

0 Comments

Display comments as(Linear | Threaded)
  1. No comments

Add Comment


Enclosing asterisks marks text as bold (*word*), underscore are made via _word_.
Standard emoticons like :-) and ;-) are converted to images.
E-Mail addresses will not be displayed and will only be used for E-Mail notifications

To prevent automated Bots from commentspamming, please enter the string you see in the image below in the appropriate input box. Your comment will only be submitted if the strings match. Please ensure that your browser supports and accepts cookies, or your comment cannot be verified correctly.
CAPTCHA