3

Im currently on Ubuntu 12.04 x86 with Gnome 3.4 installed. Is there a way to update/upgrade it to the 3.5 branch?

RolandiXor
  • 51,797

1 Answers1

4

Note: Gnome 3.5 is not officially supported in 12.04 and your system/applications may break. Use at your own risk!

To update to Gnome 3.5, you need to add these two PPAs:

ppa:ricotz/testing
ppa:gnome3-team/gnome3

Then run apt-get update and apt-get upgrade.

If something goes wrong, please refer to this question:

ish
  • 141,990