美文网首页linux云笔记
如何卸载xfce桌面或者xubuntu-desktop

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

作者: spfanlost | 来源:发表于2017-10-16 10:01 被阅读414次

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下常用的软件也会被卸载

相关文章

网友评论

    本文标题:如何卸载xfce桌面或者xubuntu-desktop

    本文链接:https://www.haomeiwen.com/subject/vjfkuxtx.html