[Debian] Apt-get : NO_PUBKEY / GPG error

Last update on November 1, 2008 05:34 AM by netty5
Published by netty5

[Debian] Apt-get : NO_PUBKEY / GPG error






When updating the Debian based system, it may happens that the apt-get displays an error message like:


W: GPG error: ftp://ftp.debian.org/ testing Release: 
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 010908312D230C5F

W: There is no public key available for the following key IDs:
010908312D230C5F


This is a new feature of the apt-get system that guarantee the authenticity of servers for updating Debian.

Solution:
Simply type the following commands, taking care to replace the number of the key that displayed in the error message:
gpg --keyserver pgpkeys.mit.edu --recv-key  010908312D230C5F
gpg -a --export 010908312D230C5F | sudo apt-key add -
Best answers for « Apt get : NO_PUBKEY / GPG error » in :
APT-GET OR APTITUDE ? Show APT-GET OR APTITUDE ? What is aptitude? Why aptitude? What is aptitude? aptitude is a package manager with a text mode interface. But just as apt-get, it can also work from the command line. In fact, you can directly substitute...
Apt-get blocked Show Apt-get blocked Unblock apt-get Unblock the message to validate Unblock apt-get If for one reason or another, you encounter an apt-get blocking, below is a simple way to solve this problem: Kill the process apt-get: killall -9 apt...
Unblocking apt-get Show Unblocking apt-get If you ever encounter a failure with apt-get, perform the operations on a console under root: Kill the process named apt-get: killall -9 apt-get Reconfigure dpkg: dpkg --configure -a Update apt-get: apt-get...
How to fix a rundll error ShowHow to fix a rundll error Why does this happen? How to fix a rundll error? Solution 1: Reboot your computer Solution 2: Install and Remove the program Solution 3: Locate the error with System Configuration Solution 4: Run an...
Phpize: command not found Showphpize: command not found If during the installation of extension pecl despite the installation of PHP, you receive below error message: sh: phpize: command not found ERROR: `phpize' failed To solve this problem under Debian, the...
[Virus] ErrorSafe Show[Virus] ErrorSafe ErrorSafe will prompt the user with a fake security alarm( fictitious security problems), to encourage the user to buy a commercial version of the software. Example below: To get rid of ErrorSafe, just install...
Error checking ShowError checking Binary encoding is very practical for use in electronic devices such as computers, in which information can be encoded based on whether an electrical signal is present or not. However, this electrical signal may suffer disturbances...