I'm new to this ubuntu 13.04 so can any one help me installing Gnome 3.8 on my ubuntu 13.04 clearly step-by-step please.
Asked
Active
Viewed 967 times
1
-
Similar or the same question: http://askubuntu.com/questions/327621/is-it-stable-to-install-gnome-3-8-on-ubuntu-13-04?rq=1 – fossfreedom Sep 18 '13 at 18:13
1 Answers
1
Open a terminal using ctrl+alt+t and enter line per line:
sudo apt-add-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get dist-upgrade

Joren
- 5,053
- 8
- 38
- 54
-
No i want to install Gnome shell freshly in my laptop this command is to used to update Gnome shell if your using older version of it. – Humanth Sep 22 '13 at 01:36
-
1