参考: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 

Ubuntu安装Gnome3的更多相关文章

  1. ubuntu安装和常用软件推荐

    ubuntu安装和常用软件推荐(个人整理) 2016.08.22 17:29 13811浏览 字号 安装一套双系统,win10打游戏,ubuntu开发,win10放机械,ubuntu放固态,电脑联想i ...

  2. Mac OS、Ubuntu 安装及使用 Consul

    Consul 概念(摘录): Consul 是 HashiCorp 公司推出的开源工具,用于实现分布式系统的服务发现与配置.与其他分布式服务注册与发现的方案,比如 Airbnb 的 SmartStac ...

  3. ubuntu安装mysql

    好记性不如烂笔头,记录一下,ubuntu安装mysql的指令. 安装MySQL: sudo apt-get install mysql-server sudo apt-get install mysq ...

  4. ubuntu安装vim时提示 没有可用的软件包 vim,但是它被其它的软件包引用了 解决办法

    ubuntu安装vim时提示 没有可用的软件包 vim-gtk3,但是它被其它的软件包引用了 解决办法 本人在ubuntu系统安装vim  输入 sudo apt-get install vim 提示 ...

  5. docker 1.8+之后ubuntu安装指定版本docker-engine

    这边记录ubuntu安装过程,首先是官网文档 If you haven’t already done so, log into your Ubuntu instance. Open a termina ...

  6. debian/ubuntu安装桌面环境

    apt-get install xorg apt-get install gnome 然后startx ubuntu 安装Gnome桌面 1.安装全部桌面环境,其实Ubuntu系列桌面实际上有几种桌面 ...

  7. 一个ubuntu phper的自我修养(ubuntu安装)

    ubuntu安装篇 一.ubuntu下载 到ubuntu官网下载适合自己电脑配置的系统版本,此处不做展开. 二.制作USB启动盘 在windows下制作USB启动盘,工具是universal usb ...

  8. ubuntu 安装JAVA jdk的两种方法:

    ubuntu 安装jdk 的两种方式: 1:通过ppa(源) 方式安装. 2:通过官网下载安装包安装. 这里推荐第1种,因为可以通过 apt-get upgrade 方式方便获得jdk的升级 使用pp ...

  9. [其他]Ubuntu安装genymotion后unable to load VirtualBox engine

    问题: Ubuntu安装genymotion后unable to load VirtualBox engine 解决办法: 如果没有安装VirtualBox,要先安装VirtualBox. 安装Vir ...

随机推荐

  1. access基本操作(c#操作,远程连接,执行sql,加密,备份)

    前言 最近项目用到了access,是的就是access,工作在桌面型的小数据库应用还是会用到的,如果你确定永远不会遇到access的操作,请忽略此篇文章 1.vs配置access 既然是数据库,就少不 ...

  2. Linux Memcached安装以及PHP扩展安装

    一:安装libevent 由于memcached安装时,需要使用libevent类库,所以先安装libevent 1.下载 #wget   http://www.monkey.org/~provos/ ...

  3. JavaScript通过ID获取元素坐标

    JavaScript通过ID获取元素坐标 function getElementPos(elementId) {    var ua = navigator.userAgent.toLowerCase ...

  4. 关于安装teamviewer11出现verification of your teamviewer version failed错误处理

    关于安装teamviewer11出现verification of your teamviewer version failed错误处理 teamviewer 在ubuntu 中安装方法是: 去tea ...

  5. hosts文件权限导致监听无法启动

    1.所属系统:2.问题描述:3.解决4.参考???疑点:为什么修改主机名会使hosts文件权限发生改变 1.所属系统: ZHJS2#[/]uname -a HP-UX ZHJS2 B.11.31 U ...

  6. 解决poshytip 表单高度大于屏幕高端 显示问题

    Poshy Tip是一款非常友好的信息提示工具,它基于jQuery,当鼠标滑向链接时,会出现一个信息提示条.信息的内容直接可以在HTML里设定也可以是从服务端调用的数据,该插件还提供了很多属性和方法. ...

  7. [Idea] 在idea中使用jetty debug

    1.添加jetty的maven插件 <plugin> <groupId>org.mortbay.jetty</groupId> <artifactId> ...

  8. JAVA运行时问题诊断-工具应用篇

    该BLOG内容是之前在部门组织讨论运行时问题时自己写的PPT内容,内容以点带面,主要是方便以后自己回顾查看. 大纲包括:1.运行时问题分类 2.服务器自带工具 3.其他工具 4.例子 5.实际情况 运 ...

  9. UWP学习记录6-设计和UI之控件和模式3

    UWP学习记录6-设计和UI之控件和模式3 1.按钮 按钮,响应用户输入和引发 Click 事件的控件. 使用<Button>就能创建一个按钮控件了.按钮是 ContentControl, ...

  10. 快速上手seajs——简单易用Seajs

    快速上手seajs——简单易用Seajs   原文  http://www.cnblogs.com/xjchenhao/p/4021775.html 主题 SeaJS 简易手册 http://yslo ...