[Seek Help] 更新出现如下问题:签名无效,请问需要如何处理?
Tofloor
poster avatar
与风长舞的叶
deepin
2022-06-24 01:01
Author

sudo apt update && sudo apt upgrade
请输入密码:
验证成功
命中:2 https://community-packages.deepin.com/deepin apricot InRelease
命中:3 https://community-packages.deepin.com/driver driver InRelease
命中:4 https://community-packages.deepin.com/printer eagle InRelease
命中:1 https://home-store-img.uniontech.com/220623164702044/appstore deepin InRelease
获取:5 https://d.store.deepinos.org.cn InRelease [1,524 B]
错误:5 https://d.store.deepinos.org.cn InRelease
下列签名无效: EXPKEYSIG 0E41D354A29A440C DCStore
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
有 95 个软件包可以升级。请执行 ‘apt list --upgradable’ 来查看它们。
W: 校验数字签名时出错。此仓库未被更新,所以仍然使用此前的索引文件。GPG 错误:https://d.store.deepinos.org.cn InRelease: 下列签名无效: EXPKEYSIG 0E41D354A29A440C DCStore
W: 无法下载 https://d.store.deepinos.org.cn/InRelease 下列签名无效: EXPKEYSIG 0E41D354A29A440C DCStore
W: 部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。

Reply Favorite View the author
All Replies
hotime
deepin
2022-06-24 01:05
#1
Reply View the author
Fredoong
deepin
2022-06-24 02:03
#2

仓库签名过期了,终端里一句命令就可解决。

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0E41D354A29A440C
Reply View the author
jjcui8595
deepin
2022-06-24 02:44
#3

正解

Reply View the author