Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install Gnome 3.10 on Linux system

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces the Linux system how to install Gnome 3.10, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.

Installation environment: Ubuntu 13.10

Step 1: install GDM [optional] the first step is to install GDM and the default LightDM. This is optional, but I still suggest that you should take a look at the LightDM problem reminded by many people. Open the terminal (Ctrl+Alt+T) and use the following command:

Sudo apt-get install gdm

Select GDM when prompted.

Step 2: add PPAs and upgrade the system now is the time to add Gnome 3.10 PPA. Using the following command to add PPA will take some time and download 200 MB of data.

Sudo add-apt-repository ppa:gnome3-team/gnome3-next

Sudo add-apt-repository ppa:gnome3-team/gnome3-staging

Sudo apt-get update

Sudo apt-get dist-upgrade

Step 3: install Gnome shell once the upgrade is complete, you can install Gnome3.10 in Ubuntu using the following command.

Sudo apt-get install gnome-shell

Step 4: install Gnome-specific applications [optional] this step is optional. You may want to install some Gnome-specific applications to achieve the perfect experience of Gnome 3.10 in Ubuntu. You may encounter some application-related problems.

Sudo apt-get install gnome-weather gnome-music gnome-maps gnome-documents gnome-boxes gnome-shell-extensions gnome-tweak-tool gnome-clocks

That's all you need to do. Restart the computer and select Gnome by clicking the gear flag when logging in. Here is the effect of my Gnome 3.10 on my laptop:

Uninstall Gnome 3.10: don't like Gnome 3.10? Don't worry, uninstall them via deleting PPA. To do this, you need to install PPA Purge (if it is not already installed). Use the following command:

Sudo apt-get install ppa-purge

After that, install the PPA you installed:

Sudo ppa-purge ppa:gnome3-team/gnome3-staging

Sudo ppa-purge ppa:gnome3-team/gnome3-next

It is possible to restore Gnome 3.10 to Gnome 3.8 in the Ubuntu13.10 version library. To completely delete Gnome 3, use the following command:

Sudo apt-get remove gnome-shell ubuntu-gnome-desktop

Of course, you should delete any applications you install specifically for Gnome 3.10.

Thank you for reading this article carefully. I hope the article "how to install Gnome 3.10 in Linux system" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support us and pay attention to the industry information channel. More related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report