1

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.

Humanth
  • 177
  • 5
  • 6
  • 12
  • 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 Answers1

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