[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...
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...
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...
Installing Opera 10 under Ubuntu 9.04 (Jaunty) ShowInstalling Opera 10 under Ubuntu 9.04 (Jaunty) If you already have an older version of Opera, first remove it: sudo apt-get remove opera (This operation will not results in the lost of your configuration or your bookmarks.) Then do:...
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...
[Outlook Express] The message could not be sent (0x800c0131) Show[Outlook Express] The message could not be sent (0x800c0131) When you open up Outlook Express you get the following error message: An unknown error has occurred. Protocol: SMTP, Port: 0, Secure SSL: No, Error 0x800c0131Ce problem may be...
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...