ubuntu14.04 安装了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
END
注意事项
xubutnu附带的应用也会删除,就是xfce或xubuntu下常用的软件也会被卸载