首页 > Windows开发 > 详细

Ubuntu16.04更新软件源,执行apt-get update时出现“The following signatures couldn't be verified”错误

时间:2018-09-16 13:31:13      阅读:335      评论:0      收藏:0      [点我收藏+]

Ubuntu16.04中科大软件源:

deb http://mirrors.ustc.edu.cn/ubuntu/ trusty universe
deb-src http://mirrors.ustc.edu.cn/ubuntu/ trusty universe

Ubuntu16.04更新为中科大的软件源后,执行apt-get update时出现以下错误:

W: GPG error: https://mirrors.ustc.edu.cn trusty InRelease: 
The following signatures couldn‘t be verified
because the public key is not available: NO_PUBKEY 7EA0A9C3F273FCD8

解决方法:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 7EA0A9C3F273FCD8

再次执行:

sudo apt-get update

 

Ubuntu16.04更新软件源,执行apt-get update时出现“The following signatures couldn't be verified”错误

原文:https://www.cnblogs.com/Flian/p/9655644.html

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