Debian更新时候出现“GPG error The following ...

1884阅读 0评论2011-05-11 kingliang123
分类:LINUX

Debian更新时候出现“GPG error The following signatures couldn’t be verified because the public key is not available”错误 apt-get update时出现错误,如下:

W: GPG error: lenny-proposed-updates Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY AED4B06F473041FA

这个是由于PGP证书的问题,如下解决:

  1. http://www.coder4.com
  2. gpg --keyserver wwwkeys.pgp.net --recv-keys AED4B06F473041FA
  3. gpg -a --export AED4B06F473041FA |apt-key add -


原文地址:
上一篇:ubuntu的screenlets中的freemeteoWeather使用方法
下一篇:看README是个好习惯---APUE源码解决后有感