[Control Center] 控制中心有红点提示更新但无效 Resolved
Tofloor
poster avatar
weboob
deepin
2022-06-22 22:41
Author

控制中心-> 更新有提示,但是点击后窗口消失,无任何反应

image.png

~$ sudo apt update
获取:1 https://d.store.deepinos.org.cn  InRelease [1,524 B]
命中: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://d.store.deepinos.org.cn  InRelease                                       
  下列签名无效: EXPKEYSIG 0E41D354A29A440C DCStore 
命中:5 http://packages.microsoft.com/repos/code stable InRelease
获取:6 https://home-store-img.uniontech.com/220622142210650/appstore deepin InRelease [6,128 B]
已下载 7,652 B,耗时 1秒 (11.1 kB/s) 
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
有 116 个软件包可以升级。请执行 ‘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: 部分索引文件下载失败。如果忽略它们,那将转而使用旧的索引文件。

update也报错,愁人

image.png

看了这个,解决了

https://toscode.gitee.com/deepin-community-store/spark-store/issues/I4JJDS

sudo wget -nv [https://d.store.deepinos.org.cn//dcs-repo.gpg-key.asc](https://gitee.com/link?target=https%3A%2F%2Fd.store.deepinos.org.cn%2F%2Fdcs-repo.gpg-key.asc) -O "/etc/apt/trusted.gpg.d/spark-store.asc"
Reply Favorite View the author
All Replies
babyfengfjx
Super Moderator
CQA
2022-06-22 22:46
#1
  • 可以关闭第三方源更新;
  • 或者将你的星火商店的源信息先屏蔽后,再操作;
  • 那个报错是星火商店的报错,导致系统无法更新。
Reply View the author
deepin-superuser
deepin
2022-06-22 22:52
#2

第一步

https://bbs.deepin.org/post/239250

第二步

sudo apt reinstall dde-control-center

Reply View the author
jjcui8595
deepin
2022-06-22 22:56
#3

打开“星火应用商店”,首页有解决方法

Reply View the author
cuijun1225
deepin
2022-06-23 00:01
#4

先sudo apt update看看提示有个密钥

假如我的密钥为0E41D354A29A440C,就运行下面这段命令安装公钥
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E41D354A29A440C

然后sudo apt full-upgrade

不出意外的滑就可以更新了

Reply View the author
weboob
deepin
2022-06-25 19:35
#5
deepin-superuser

第一步

https://bbs.deepin.org/post/239250

第二步

sudo apt reinstall dde-control-center

已解决

Reply View the author
weboob
deepin
2022-06-25 19:35
#6
cuijun1225

先sudo apt update看看提示有个密钥

假如我的密钥为0E41D354A29A440C,就运行下面这段命令安装公钥
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E41D354A29A440C

然后sudo apt full-upgrade

不出意外的滑就可以更新了

搞定

Reply View the author
h***8@gmail.com
deepin
2022-12-09 18:05
#7
It has been deleted!