博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ubuntu (14.04) 卸载 gnome 系统桌面
阅读量:6167 次
发布时间:2019-06-21

本文共 349 字,大约阅读时间需要 1 分钟。

1.将ubuntu 的图形界面切到命令行界面。

2.卸掉 gnome-shell 的主程序

sudo apt-get remove gnome-shell

 3.卸载 gnome

sudo apt-get remove gnome

 4.卸载不需要的依赖

sudo apt-get autoremove

 5.彻底卸载和删除gnomede 的相关配置文件

sudo apt-get purge gnome

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

sudo apt-get autoclean    sudo apt-get clean

 7. 关机 重启,然后 gnome桌面就没有了。

转载于:https://www.cnblogs.com/wanghuixi/p/7875808.html

你可能感兴趣的文章
Linux常用命令集合
查看>>
Oracle DML
查看>>
Linux - FHS文件系统层次标准
查看>>
报错:Invalid bound statement (not found)
查看>>
Linux GPT分区格式磁盘的相关操作
查看>>
通过Docker进程pid获取容器id
查看>>
L15.2 zabbix基础(2)组件说明介绍
查看>>
impdp 常见问题 10g/11g/12c 问题解决 ERIKXUE
查看>>
2013年1月工作小结 -- 上线后的懈怠
查看>>
敏捷宣言
查看>>
php Yii: 出现undefined offset 或者 undefined index解决方案
查看>>
Bash编程入门
查看>>
org.tinygroup.binarytree-二叉树
查看>>
5.6-全栈Java笔记:内部类的四种实现方式
查看>>
Linux微职位学习笔记-终端
查看>>
自己写了一个友盟推送的util
查看>>
Mapreduce 扫描hbase表建立solr索引
查看>>
RHEL 5.8 yum本地源
查看>>
Teams 新功能更新【五月底】Busy on Busy 忙线音
查看>>
orzdba安装与使用
查看>>