Is it possible to install the newly released gnome version (3.10) on 13.04? If it's possible, then how?
Asked
Active
Viewed 2.6k times
1 Answers
4
To install Gnome 3.10 on Ubuntu 13.04, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:
sudo add-apt-repository ppa:ricotz/testing
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt-get update
sudo apt-get install gnome-shell
I went a ahead and installed Gnome 3.10, just to see if there is any issues with it. I have installed it on 13.04, and had no problems. See images bellow.
Source:LinuxG

Mitch
- 107,631
sudo apt-get install gdm
– Mitch Sep 27 '13 at 16:30sudo dpkg-reconfigure gdm
, and choose GDM from the menu. Make sure to restart your computer. If you want your LightDM back, typesudo dpkg-reconfigure lightdm
. – Mitch Sep 27 '13 at 17:26