How To Install Gnome3 On Ubuntu 11.04 And Ubuntu 10.10

Gnome 3

Gnome 3

For GNOME 3, the GNOME Project has started from scratch and created a completely new, modern desktop designed for today’s users and technologies.

Install Gnome3 on Ubuntu 11.04, by open the terminal and run the following commands

sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gnome-shell

Install Gnome3 on Ubuntu 10.10, by open the terminal and run the following commands

sudo add-apt-repository ppa:ubuntu-desktop/gnome3-builds
sudo apt-get update
sudo apt-get install gnome3-session

Note:- This PPA works but it is outdated

After completing the installation Log out and back in, selecting the GNOME Session in GDM

Remove Gnome3 from ubuntu 11.04, by open the terminal and run the following commands

sudo apt-get install ppa-purge
sudo ppa-purge ppa:gnome3-team/gnome3

[via]