[Seek Help] 20.6更新提示网络断开,反复尝试均如此
Tofloor
poster avatar
yuchi2011
deepin
2022-07-11 22:49
Author

如题,20.6更新提示网络断开,反复尝试均如此。希望解决。

Reply Favorite View the author
All Replies
hotime
deepin
2022-07-11 22:51
#1

打开终端输入sudo apt update

查看里面的提示内容

Reply View the author
Merlin
deepin
2022-07-11 23:03
#2

内测用户还是,外网用户。

Reply View the author
yuchi2011
deepin
2022-07-11 23:08
#3

外网用户

Reply View the author
yuchi2011
deepin
2022-07-11 23:12
#4
hotime

打开终端输入sudo apt update

查看里面的提示内容

image.png

Reply View the author
hotime
deepin
2022-07-11 23:15
#5
yuchi2011

image.png

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E41D354A29A440C
Reply View the author
谢克辉
deepin
2022-07-11 23:18
#6

你这应该是自己添加的第三方源没有签名导致的,先输入这个命令再更新看看:sudo apt update 2>/dev/null | awk 'match($0, /NO_PUBKEY\ (\w{16})/, a) {print a[1]}' | sort | uniq | xargs sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv

Reply View the author
liwl
deepin
2022-07-11 23:22
#7

又是星火啊,最近很火

Reply View the author
ThinKinG
deepin testing team
2022-07-11 23:35
#8

请在更新时注释掉非deepin的源,而后再做更新

Reply View the author
yuchi2011
deepin
2022-07-11 23:46
#9
谢克辉

你这应该是自己添加的第三方源没有签名导致的,先输入这个命令再更新看看:sudo apt update 2>/dev/null | awk 'match($0, /NO_PUBKEY\ (\w{16})/, a) {print a[1]}' | sort | uniq | xargs sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv

感谢哈!

Reply View the author