Skip to content

Instantly share code, notes, and snippets.

@deepakunni3
Created February 8, 2014 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deepakunni3/8887878 to your computer and use it in GitHub Desktop.
Save deepakunni3/8887878 to your computer and use it in GitHub Desktop.
#To use the tool we’ll need to go back to the terminal and enter the following, taking care to look out for any prompts that may #appear during the downgrade process.
sudo ppa-purge ppa:gnome3-team/gnome3-next
#If you also added the optional extra PPAs you will also need to purge those as well:
sudo ppa-purge ppa:gnome3-team/gnome3-staging
sudo ppa-purge ppa:gnome3-team/gnome3
#Once completed you should be left with the stock GNOME 3.8 desktop. If you don’t want to keep GNOME Shell around at all you can #proceed to remove it:
sudo apt-get remove gnome-shell ubuntu-gnome-desktop
#Finally, manually remove any remaining applications that persist after downgrade (e.g., Epiphany and GNOME Documents), then #reboot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment