首页 > 其他分享> > The following signatures couldn‘t be verified because the public key is not available: NO_PUBKEY
The following signatures couldn‘t be verified because the public key is not available: NO_PUBKEY
作者:互联网
现象:
sudo apt update 时报如下错误
解决方法:
sudo gpg --keyserver keyserver.ubuntu.com --recv 648ACFD622F3D138//(这个公钥根据提示来写的)
sudo gpg --export --armor 648ACFD622F3D138| sudo apt-key add -
sudo apt-get update
标签:available,because,verified,keyserver,--,gpg,sudo,update,apt 来源: https://blog.csdn.net/qq_29290295/article/details/121194425