How to upgrade to the latest GNOME version?

Minty Sam

I am running Ubuntu 15.04. I installed GNOME on top of that. Now I am using GNOME Shell. I heard 3.16 has many improvement. I am thinking about upgrading. My question is that, if I upgrade to GNOME 3.16 will I be able to upgrade to the next version of Ubuntu (15.10) when it arrives?

A.B.

In the beginning the necessary warning that this is a version that is in development.

You can install the latest version of GNOME with two PPAs:

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

Update the repositories:

sudo apt-get update

And upgrade your system (this should be used and not upgrade to avoid problems as stated when adding the PPAs to your system):

sudo apt-get dist-upgrade

Or if you want to reinstall GNOME

sudo apt-get install --reinstall ubuntu-gnome-desktop

To revert the upgrade install ppa-purge

sudo apt-get install ppa-purge

and the following commands in this order:

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

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to upgrade to the latest GNOME version?

From Dev

How to upgrade VirtualBox to the latest version?

From Dev

How to upgrade VirtualBox to the latest version?

From Dev

How to upgrade SAMBA to latest version?

From Java

How to upgrade docker-compose to latest version

From Java

How to upgrade AWS CLI to the latest version?

From Java

How to upgrade Angular CLI to the latest version

From Dev

How to upgrade react-native to latest version

From Dev

How to upgrade Pulseaudio to the latest available version?

From Dev

How to upgrade Pulseaudio to the latest available version?

From Dev

How to upgrade qBittorrent to the latest stable (upstream) version?

From Dev

How do I upgrade to the latest version of Shotwell?

From Dev

How to upgrade poppler-utils to latest version?

From Dev

How to upgrade react-native to latest version

From Dev

How do you upgrade Skype to the latest version?

From Dev

How to upgrade to latest version of Ubuntu software in 20.04

From Dev

How to upgrade qBittorrent to the latest stable (upstream) version?

From Dev

How I can upgrade gnome to latest(Testing or Unstable release) on ubuntu?

From Dev

Upgrade scipy to the latest version

From Dev

upgrade filezilla to latest version

From Dev

How to check the current version of sympy and upgrade to the latest version?

From Dev

How do I upgrade PHP version to the latest stable released version?

From Dev

Dietpi - How to upgrade my kernel version to latest version

From Dev

How do I install and use the latest version of GNOME?

From Java

How do I correctly upgrade angular 2 (npm) to the latest version?

From Java

How to upgrade my global vue-cli install to the latest version?

From Dev

How to install the latest Python version on Debian separately or upgrade?

From Dev

How to upgrade the classifier to the latest version of scikit-learn

From Dev

How to install the latest Python version on Debian separately or upgrade?

Related Related

  1. 1

    How to upgrade to the latest GNOME version?

  2. 2

    How to upgrade VirtualBox to the latest version?

  3. 3

    How to upgrade VirtualBox to the latest version?

  4. 4

    How to upgrade SAMBA to latest version?

  5. 5

    How to upgrade docker-compose to latest version

  6. 6

    How to upgrade AWS CLI to the latest version?

  7. 7

    How to upgrade Angular CLI to the latest version

  8. 8

    How to upgrade react-native to latest version

  9. 9

    How to upgrade Pulseaudio to the latest available version?

  10. 10

    How to upgrade Pulseaudio to the latest available version?

  11. 11

    How to upgrade qBittorrent to the latest stable (upstream) version?

  12. 12

    How do I upgrade to the latest version of Shotwell?

  13. 13

    How to upgrade poppler-utils to latest version?

  14. 14

    How to upgrade react-native to latest version

  15. 15

    How do you upgrade Skype to the latest version?

  16. 16

    How to upgrade to latest version of Ubuntu software in 20.04

  17. 17

    How to upgrade qBittorrent to the latest stable (upstream) version?

  18. 18

    How I can upgrade gnome to latest(Testing or Unstable release) on ubuntu?

  19. 19

    Upgrade scipy to the latest version

  20. 20

    upgrade filezilla to latest version

  21. 21

    How to check the current version of sympy and upgrade to the latest version?

  22. 22

    How do I upgrade PHP version to the latest stable released version?

  23. 23

    Dietpi - How to upgrade my kernel version to latest version

  24. 24

    How do I install and use the latest version of GNOME?

  25. 25

    How do I correctly upgrade angular 2 (npm) to the latest version?

  26. 26

    How to upgrade my global vue-cli install to the latest version?

  27. 27

    How to install the latest Python version on Debian separately or upgrade?

  28. 28

    How to upgrade the classifier to the latest version of scikit-learn

  29. 29

    How to install the latest Python version on Debian separately or upgrade?

HotTag

Archive