linux云笔记

如何卸载xfce桌面或者xubuntu-desktop

2017-10-16  本文已影响414人  spfanlost

Linux安装了xfce桌面或者xubuntu不知道怎么卸载了

如果安装的是xfce桌面

卸载xfce 4
sudo apt-get remove xfce4
卸载相关软件
sudo apt-get remove xfce4*
自动卸载不必要的软件
sudo apt-get autoremove
系统清理
sudo apt-get clean

如果安装的是xubuntu-desktop还需要卸载xubuntu

sudo apt-get remove xubuntu*
同样需要卸载不必要的软件
sudo apt-get autoremove
注意事项
xubutnu附带的应用也会删除,就是xfce或xubuntu下常用的软件也会被卸载

上一篇 下一篇

猜你喜欢

热点阅读