码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2021-01-07 11:42:02      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:update   ubunt   rgba   sudo   server   key   pubkey   解决   bsp   

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解决方法

标签:update   ubunt   rgba   sudo   server   key   pubkey   解决   bsp   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!