我已经安装了默认的工作站组
dnf install @workstation-product-environment
现在我想删除所有不必要的 KDE 软件包,但是
dnf remove @kde-desktop-environtment
给了我这个错误。
Dependencies resolved.
Error: The operation would result in removing the following protected packages: dnf, systemd.
并且dnf remove @kde
想要删除我刚刚安装的与 KDE 无关的软件包(例如 tkinter、redhat-menus、gnome-shell 和 gnome-session)
如何在不破坏系统的情况下删除 KDE?