最近升级到Fedora 22;现在,我在登录时可以选择以下桌面环境:
Gnome Gnome Classic Gnome Wayland Plasma (KDE) Kodi Xmonad
如何从此列表中删除项目?我表演了
sudo dnf groupremove xmonad
尽管已经不复存在,但它仍然在列表中。
答案1
您可以使用 :
#dnf group remove "KDE Plasma Workspaces"
您还可以提供您的群组列表:
#dnf grouplist hidden |grep -i kde
#dnf grouplist hidden |grep -i gnome
然后选择其中之一作为参数group remove