Skip to content

Instantly share code, notes, and snippets.

@bookercodes
Created May 28, 2015 17:16
Show Gist options
  • Save bookercodes/a17a6113ee837977e96a to your computer and use it in GitHub Desktop.
Save bookercodes/a17a6113ee837977e96a to your computer and use it in GitHub Desktop.
I will put this on my blog once it is up and running.

#How to upgrade to GNOME 3.16

I have been using Ubuntu GNOME for the last week or so. It came pre-installed with GNOME 3.14 but that is not the latest version of GNOME, 3.16 is. In this short tutorial, I will teach you how to upgrade to GNOME 3.16. For a list of the new features, check out the release notes. I like GNOME 3.17 more than its predecessor but then again, I have only been using it for a couple of hours. I do not know how stable this is and I implore you to be cautious. That said, it does seem to work pretty good.

#A

sudo -s

apt-add-repository ppa:gnome3-team/gnome3
apt-add-repository ppa:gnome3-team/gnome3-staging
apt-add-repository ppa:ricotz/testing

sudo apt-get update

sudo apt-get dist-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment