Bootstrap

Ubuntu18.04 LTS 卸载gnome桌面

卸载gnome-shell主程序

$ sudo apt-get remove gnome-shell

卸载gnome

$ sudo apt-get remove gnome

卸载不需要的依赖关系

$ sudo apt-get autoremove

彻底卸载删除gnome的相关配置文件

$ sudo apt-get purge gnome

清理安装gnome时候留下的缓存程序软件包

$ sudo apt-get autoclean
$ sudo apt-get clean
;