0

I recently updated my Ubuntu to 15.04 and now I'm back to Unity shell. The gnome-shell I had became buggy after the update, so I had to revert back. How do I get a Gnome shell (again) without switching to Ubuntu Gnome? I really can't afford to do a reformat right now.

ton
  • 111

1 Answers1

6

Install the GNOME Shell 3.14 with this command:

sudo apt-get install gnome-shell

And for GNOME 3.16 or future GNOME versions

sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell
A.B.
  • 92,125