概述
今天在安装软件前前进行apt-get update进行apt库的升级,时出现了以下错误:
W: GPG error: http://debian.cn99.com etch Release: The following signatures coul dn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE 302B
W: GPG error: http://security.debian.org etch/updates Release: The following sig natures couldn't be verified because the public key is not available: NO_PUBKEY 9AA38DCD55BE302B
W: You may want to run apt-get update to correct these problems
上网找到的解决方法:
首先获得key:
#gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 9AA38DCD55BE
然后:
#gpg --armor --export F1D53D8C4F368D5D | apt-key add -
#apt-get update
后一切正常。
最后
以上就是眼睛大书本为你收集整理的apt-get update出现NO_PUBKEY错误怎么办?的全部内容,希望文章能够帮你解决apt-get update出现NO_PUBKEY错误怎么办?所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复