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?
Asked
Active
Viewed 1.3e+01k times
35
-
I really don't need unity. I happened to install ubuntu and installed gnome when I came to know about it. I did a fair bit of configuration, setup environment for work. Don't want to loose any of that. Otherwise I would have reinstalled the gnome version. Is there any way I can remove unity completely? – Minty Sam May 18 '15 at 13:47
-
it will be better if you do fresh install Ubuntu Gnome, this version of ubuntu comes with gnome – Alex Jones May 18 '15 at 13:49
-
possible duplicate of Gnome-shell for Ubuntu 15.04 – A.B. May 18 '15 at 13:51
-
As I said I have made a hell lot of configuration on it, lots of files, etc. I remember installing ubuntu and later installed kde. Then somebody helped me remove gnome completely. Is there anyway to do something of that sort? Like removing unity and upgrading to gnome 3.16? – Minty Sam May 18 '15 at 13:53
-
@A.B. no no not a duplicate.I have already installed gnome shell. – Minty Sam May 18 '15 at 13:54
-
Ok, I have an answer for you. – A.B. May 18 '15 at 13:55
-
3.16 is still in development, you should know what you are doing because you might face issues, good luck – Alex Jones May 18 '15 at 13:55
1 Answers
36
Warning: this version 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
Upgrade your system (avoid using upgrade
, it can cause problems to the PPAs you just added):
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 run the following commands, in this order:
sudo ppa-purge ppa:gnome3-team/gnome3-staging
sudo ppa-purge ppa:gnome3-team/gnome3

sanjarcode
- 157

A.B.
- 90,397
-
Thank you @A.B. Since you are saying this version is still in development, I will hold back my urge to upgrade :). But is there any way I can remove unity session? I am good with the gnome shell. – Minty Sam May 18 '15 at 14:02
-
In my case GNOME 3.16 runs fine on Ubuntu 15.04 and you can easily revert the installation. Maybe you should really install GNOME Ubuntu 15.04. – A.B. May 18 '15 at 14:04
-
May be I should, to avoid other complications :) Thank you everyone. This was my first post :) – Minty Sam May 18 '15 at 14:06
-
-
2This doesn't seem to work. I'm on Ubuntu 18.04 with Gnome 3.28.4. The latest release is 3.36.1 but after doing the above steps apt dist-upgrade still does not find any updates. – Jiia May 06 '20 at 12:23
-
-
4This PPA is not updated since 2018, and this answer is not relevant for Ubuntu 18.04+. – Archisman Panigrahi Jul 21 '21 at 13:29