[Topic DIscussion] 这个autoremove请问可以选择Y吗?
Tofloor
poster avatar
Ethan
deepin
2025-08-12 22:03
Author
ethan@4060TI:~$ sudo apt autoremove
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages will be REMOVED:
coinor-libcbc3 coinor-libcgl1 coinor-libclp1 coinor-libcoinmp1v5 coinor-libcoinutils3v5 coinor-libosi1v5
deepin-screen-recorder-plugin fonts-opensymbol jfsutils libabw-0.1-1 libargon2-1 libboost-locale1.83.0
libbox2d2 libcdr-0.1-1 libclucene-contribs1v5 libclucene-core1v5 libcmis-0.6-6 libcolamd3
libdframeworkdbus2 libe-book-0.1-1 libeot0 libepubgen-0.1-1 libetonyek-0.1-1 libexttextcat-2.0-0
libexttextcat-data libfreehand-0.1-1 liblangtag-common liblangtag1 libmhash2 libmspub-0.1-1 libmwaw-0.3-3
libmythes-1.2-0 libnumbertext-1.0-0 libnumbertext-data libodfgen-0.1-1 liborcus-0.18-0
liborcus-parser-0.18-0 libpagemaker-0.0-0 libqtermwidget6-2 libqxp-0.0-0 librasqal3 librdf0
librevenge-0.0-0 libssh-gcrypt-4 libstaroffice-0.0-0 libsuitesparseconfig7 libtss2-fapi1 libuno-cppu3
libuno-cppuhelpergcc3-3 libuno-purpenvhelpergcc3-3 libuno-sal3 libuno-salhelpergcc3-3 libutf8proc3
libvisio-0.1-1 libwpd-0.10-10 libwpg-0.3-3 libwps-0.4-4 libxmlsec1-nss libzmf-0.0-0 libzxcvbn0 lp-solve
qdbus-qt6 qtermwidget-data tpm2-tools uno-libs-private uos-license-content ure usec-boot-crypt
0 upgraded, 0 newly installed, 68 to remove and 0 not upgraded.
After this operation, 70.5 MB disk space will be freed.
The current uninstallation operation involves system-critical packages. Continuing may cause system instability.
The following are critical system packages:
• deepin-screen-recorder-plugin
Do you want to continue? [Y/n]
Reply Favorite View the author
All Replies
MeGusta
deepin
2025-08-12 23:17
#1

不要选Y,你用下面的命令把deepin-screen-recorder-plugin设置为手动安装之后,再运行apt autoremove

sudo apt install deepin-screen-recorder-plugin -y
Reply View the author
昨夜的星辰
deepin
2025-08-13 10:31
#2

这条命令没事不要用,当你问出来这个问题的时候就说明你最好不要用

Reply View the author
花雨落逝
Moderator
2025-08-13 12:04
#3

很明显你正在删系统一些组件。选N,然后排查一下你删了什么导致这些的。

Reply View the author
大多时候吃素
deepin
2025-08-13 20:23
#4

autoremove后边不跟东西吗

Reply View the author
remyxo
deepin
2025-08-14 14:07
#5

还是deepin的依赖没有处理好,包括系统必须的组件包应该被标志为manual或hold,防止依赖关系被误删。我在debian 12、debian 13、ubuntu 24.04上apt remove 软件后,习惯性的执行apt autoremove,从来没有出现问题。

Reply View the author