ubuntu14.04 xfce_install_uninstall
install:
sudo apt-get install xfce4
then log out,OK!
OR
sudo apt-get install xubuntu-desktop
---------------
uninstall:
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