[Feedback on issues] 卸载系统自带的 深度之家 后,被要求卸载系统依赖?
Tofloor
poster avatar
cccovs
deepin
2025-10-02 23:23
Author

事情是这样的,我卸载了系统自带的深度之家,然后提示我要apt autoremove,

然后就跳出了:


正在读取软件包列表... 完成

正在分析软件包的依赖关系树... 完成

正在读取状态信息... 完成

下列软件包将被【卸载】: deepin-default-settings-tuning deepin-wallpapers inxi libdtkdeclarative5 libqt5quickcontrols2-5 libqt5quicktemplates2-5 qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-qtgraphicaleffects qml-module-qtqml qml-module-qtqml-models2 qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-dialogs qml-module-qtquick-layouts qml-module-qtquick-privatewidgets qml-module-qtquick-templates2 qml-module-qtquick-window2


还好瞄了一眼, 感觉这如果确认卸载了是不是系统就挂了?😂

Reply Favorite View the author
All Replies
Holly
deepin
2025-10-02 23:51
#1

不懂帮顶

Reply View the author
送葬人
deepin
2025-10-03 09:47
#2

最好不要automove,因为apt对这种包的判定是孤立包,即没有任何包依赖它或被依赖,但是有时候这里面有的包可能恰好是系统所需要的。(之前就有人在automove里面看到了网卡管理器)

Reply View the author
cccovs
deepin
2025-10-03 13:02
#3
送葬人

最好不要automove,因为apt对这种包的判定是孤立包,即没有任何包依赖它或被依赖,但是有时候这里面有的包可能恰好是系统所需要的。(之前就有人在automove里面看到了网卡管理器)

上面那个已知会卸载掉系统的壁纸功能.查询后发现应该是deepin在标记那个包的时候作为依赖包标记,而没有标记成独立包.apt发现没有依赖主体就认为这个包不需要了.

Reply View the author
𰻞𰻝面
deepin
2025-10-03 21:12
#4

sudo apt reinstall deepin-wallpapers 就行了,啥事没有

Reply View the author