sh GPG错误 - NO_PUBKEY

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh GPG错误 - NO_PUBKEY相关的知识,希望对你有一定的参考价值。

If you encounter this error while `sudo apt-get update` on Debian
W: GPG error: http://ftp.debian.org experimental Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010

_Solution_
$ gpg --keyserver pgpkeys.mit.edu --recv-key 8B48AD6246925553
$ gpg -a --export 8B48AD6246925553|sudo apt-key add -

$ gpg --keyserver pgpkeys.mit.edu --recv-key 7638D0442B90D010
$ gpg -a --export 7638D0442B90D010|sudo apt-key add -

Notes: replace the key number with the one in the error message.

Check if the keys are added
$ sudo apt-key list

以上是关于sh GPG错误 - NO_PUBKEY的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu系统错误 没有公钥,无法验证下列签名: NO_PUBKEY 5F16B97C1AD28806

apt GPG error

使用ubuntu刷新软件源 和 新利得软件管理器时提示没有公钥!!如何解决?

由于没有公钥,无法验证下列签名

由于没有公钥,无法验证下列签名

sh github_gpg.sh