Ubuntu安装Gnome3
参考:How To Install GNOME In Ubuntu 14.04 、 Ubuntu11.10安装GNOME3,卸载UNITY和UNITY2D操作 和How to install Gnome desktop?
A quick tutorial to show you how to install GNOME in Ubuntu 14.04.
In the series to install various desktop environment other than the default Unity, we have already seen:
Of course the above two tutorials also contains the instructions to remove those desktop environments. Continuing the series, we shall see how to install GNOME Shell or GNOME desktop in Ubuntu 14.04.
Before we proceed to see the installation instructions, let’s first see the difference between GNOME Shell and GNOME Desktop.
Difference between GNOME Shell and GNOME Desktop
GNOME Shell is simply a desktop environment which changes the user interface. GNOME Desktop on the other hand has lot more than GNOME Shell. Think of GNOME Desktop as a super set of GNOME shell. It contains GNOME Shell and various Gnome specific applications, packages along with gnome-session.
If you are wondering about whether you should install GNOME Shell or Desktop, I would suggest to install GNOME Shell. It will give you a feel of GNOME and you can easily remove it as well.
Install GNOME in Ubuntu 14.04
GNOME is already included in Ubuntu software repository. All you have to do is to open a terminal (Ctrl+Alt+T) and use the following command to install GNOME Shell in Ubuntu 14.04:
安装之前先添加库并更新,已保证后面的安装顺利
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gnome-shell
Similarly, to install GNOME Desktop, use the following command:
sudo apt-get install ubuntu-gnome-desktop
Remember to choose LightDM when prompted for it during the installation. Use Tab to move between the choices and Enter to confirm your selection.
Even later, you can opt to switch between GDM and LightDM.
Using GNOME in Ubuntu 14.04
Once installed, log out of the system and click on the Ubuntu icon besides the login field. Choose GNOME from the drop down:
This is what GNOME Shell looks like on my system:
Looks nice isn’t it?
Remove GNOME from Ubuntu 14.04
If you did not like GNOME and want to get rid of it, you can simply remove it using the following command if you installed GNOME Shell:
sudo apt-get remove gnome-shell
and this command if you installed GNOME Desktop:
sudo apt-get remove ubuntu-gnome-desktop
I hope this tutorial helped you to install GNMOE in Ubuntu 14.04. Since you have installed it, you should also consider to give it a different look and install themes in GNOME Shell with some of the best GNOME Shell themes. If you faced any issues, feel free to ask in the comment section. Ciao
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· go语言实现终端里的倒计时
· 如何编写易于单元测试的代码
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· 分享一个免费、快速、无限量使用的满血 DeepSeek R1 模型,支持深度思考和联网搜索!
· 基于 Docker 搭建 FRP 内网穿透开源项目(很简单哒)
· ollama系列1:轻松3步本地部署deepseek,普通电脑可用
· 按钮权限的设计及实现
· 【杂谈】分布式事务——高大上的无用知识?