[Seek Help] 20.5升级未20.6后,系统提示有93个软件包没升级,怎么回事?
Tofloor
poster avatar
博客人
deepin
2022-06-02 04:46
Author

我使用sudo apt update;sudo apt upgrade命令将系统从20.5升级为20.6 ,为何系统扔提示93个软件包未升级。出了什么情况,我该怎样做?

Reply Favorite View the author
All Replies
安洛
deepin
2022-06-02 05:07
#1

可能是有软件(比如幻境动态壁纸)依赖旧版组件导致更新无法继续。

可以等软件开发者更新软件版本后再进行更新,或者先卸载相关软件再进行更新。

如果希望卸载冲突的软件立刻更新,只要sudo apt install 任意一个未更新的软件包即可。

Reply View the author
jjcui8595
deepin
2022-06-02 05:08
#2

更新

Reply View the author
一醉陶然
deepin
2022-06-02 05:13
#3

更新失败。。。

Reply View the author
HualetWang
deepin
2022-06-02 07:04
#4

sudo apt update; sudo apt dist-upgrade

Reply View the author
博客人
deepin
2022-06-03 02:37
#5

实践证明sudo apt dist-upgrade解决了问题。

Reply View the author