为啥永久不更新
Tofloor
poster avatar
george-t
deepin
2020-11-02 16:39
Author

V20好久没更新了,每次更新总是提示更新失败,为什么失败?不知道;在哪里失败?不知道;怎么查找失败原因?不知道;怎么解决失败?不知道;所以只好永久的不更新了!!!!!WHY??!!!

Reply Favorite View the author
All Replies
deepin-mq
deepin
2020-11-02 16:44
#1

在终端里面更新试试

Reply View the author
element
deepin
2020-11-02 16:53
#2

尝试终端更新看报什么错误。。

Reply View the author
george-t
deepin
2020-11-02 16:57
#3

公钥错误:

Reply View the author
ghostry
deepin
2020-11-02 17:08
#4
george-t

公钥错误:

你加了一个三方仓库,却没有加公钥.


删掉那个仓库,或者加上公钥就行了.

Reply View the author
Shinglee
deepin
2020-11-02 17:53
#5

先把你添加的三方源文件mv成其他名字,再更新

Reply View the author
jin202008x
deepin
2020-11-02 20:45
#6

这个目录下,删除报错的仓库就行了,
$ cd /etc/apt/sources.list.d
查看仓库
$ ls
sudo rm -f /etc/apt/sources.list.d/报错仓库名.list

Reply View the author
Ziggy
deepin
2020-11-02 21:07
#7
george-t

公钥错误:

要么删掉第三方源,要么到网上找公匙

Reply View the author
gfdgd_xi
deepin
Ecological co-builder
2020-11-03 06:06
#8

sudo rm -f /etc/apt/sources.list.d/*  

慎用此命令,因为会删除所有第三方源

Reply View the author