ubuntu 软件中心不能通过软件认证导致更新失败 ubuntu软件中心未认证终端更新
程序员文章站
2022-07-14 19:11:52
...
提示的警告信息WARNING: The following packages cannot be authenticated!
然后只能通过终端命令来更新系统....解决如下
再执行一次
sudo apt-get update (警告W: GPG error消失)
sudo apt-key update
参考:http://ubuntuforums.org/showthread.php?t=2130566&p=12587695#post12587695
然后只能通过终端命令来更新系统....解决如下
sudo rm -frv /var/lib/apt/lists sudo mkdir -pv /var/lib/lists/partial sudo apt-get update (执行过程中有警告W: GPG error没关系) sudo apt-key update
再执行一次
sudo apt-get update (警告W: GPG error消失)
sudo apt-key update
参考:http://ubuntuforums.org/showthread.php?t=2130566&p=12587695#post12587695