系统更新失败怎么解决啊!!!
Tofloor
poster avatar
Cc丶
deepin
2020-05-12 20:45
Author
如下图:
Reply Favorite View the author
All Replies
avatar
Cc丶
deepin
2020-05-12 20:46
#1
求大佬来个代码
Reply View the author
avatar
Cc丶
deepin
2020-05-12 20:57
#2
哈哈,运行了一下 sudo apt-get install -f 就好了,哈哈自己解决了
Reply View the author
avatar
浩然
deepin
2020-05-12 23:05
#3
同问,,就是提示更新失败,导致我都不知道到底有没有补丁存在。。这是安装完官网下载的版本后的更新提醒。
是不是需要什么命令来修复呢?还是说现在根本就没有补丁呢?

Reply View the author
avatar
haohu1193
deepin
2020-05-12 23:37
#4
sudo apt-get update && sudo apt-get upgrade -y

这条命令的意思是更新目录并安装更新...

sudo apt-get install -f

这条命令的意思是修复依赖...
Reply View the author
avatar
Cc丶
deepin
2020-05-15 19:15
#5
https://bbs.deepin.org/post/194129
sudo apt-get update && sudo apt-get upgrade -y

这条命令的意思是更新目录并安装更新...

Reply View the author