码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu 更新源失败[GPG error]

时间:2015-05-06 10:43:05      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:

对于错误

GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn‘t be verified because the public key is not available: NO_PUBKEY B70731143DD9F856

可以通过以下方式解决

sudo apt-get clean
sudo mv /var/lib/apt/lists /tmp
sudo mkdir -p /var/lib/apt/lists/partial
sudo apt-get clean
sudo apt-get update

Ubuntu 更新源失败[GPG error]

标签:

原文地址:http://www.cnblogs.com/WebClerk/p/4481030.html

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