首页 > Windows开发 > 详细

GPG error: The following signatures couldn't be verified because the public key is not available解决方法

时间:2021-01-04 14:49:29      阅读:29      评论:0      收藏:0      [点我收藏+]

Linux如果使用国内的源,当使用apt安装或更新某些应用时,会返回错误提示:

GPG error: The following signatures couldn‘t be verified because the public key is not available: NO_PUBKEY B6733A7A07516CAD

 

解决方法:

//用错误提示中的公钥
sudo gpg --keyserver keyserver.ubuntu.com --recv B6733A7A07516CAD
sudo gpg --export --armor B6733A7A07516CAD | sudo apt-key add -
sudo apt-get update

 

GPG error: The following signatures couldn't be verified because the public key is not available解决方法

原文:https://www.cnblogs.com/live41/p/14229099.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!