我Xfce4
在电脑上安装了、Xubuntu-Desktop 和 Ubuntu-GNOME 桌面环境。然后我尝试使用终端删除它们 - 但什么也没发生。
我输入:
sudo apt-get remove xfce4
sudo apt-get remove xubuntu-desktop
sudo apt-get remove ubuntu-gnome-desktop
现在我已将 Xubuntu-Desktop Loader 和 Ubuntu-GNOME Lock Screen 设置为默认设置。我尝试过多次重启电脑,但都无法成功移除它们。
我现在应该做什么?(无需重新安装 Ubuntu)。
谢谢。
答案1
如果你已经安装了元包,xfce4是,你应该sudo apt-get autoremove
在删除后使用xfce4。仅删除元包,不会删除随其附带的包。
例如,xfce 会话随包一起提供xfce4-会话,而不是xfce4. 移除xfce4只是不要删除xfce4-会话。因此,在删除xfce4,你必须使用sudo apt-get autoremove
删除xfce4-会话正确。