UpgradeGnomeShell

Differences between revisions 32 and 33
Revision 32 as of 2015-09-19 12:16:25
Size: 3039
Editor: inoki
Comment:
Revision 33 as of 2015-09-19 14:22:35
Size: 3044
Editor: inoki
Comment:
Deletions are marked like this. Additions are marked like this.
Line 33: Line 33:
{{{sudo apt upgrade}}} <<BR>> {{{sudo apt dist-upgrade}}} <<BR>>


How to upgrade your shell

Important note

It is not advised to proceed. Packages in the Gnome3 and Staging PPAs are mainly for testing purposes. It is always recommended to stick to the version provided with the current release of Ubuntu.

Check your version

  • Open up a terminal window
  • type in gnome-shell --version

For updates on which version is the most recent follow The GNOME Foundation's official pages.

Add the PPAs and update

  • before adding the PPAs, please make sure your system is fully up-to-date by running sudo apt update && sudo apt upgrade -f in a Terminal window

  • then, in the same Terminal window run:

sudo add-apt-repository ppa:gnome3-team/gnome3
sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo apt update
sudo apt dist-upgrade

(you can copy these commands one by one and paste them in order in a Terminal window with CTRL+Shift+V)

Reboot and enjoy

After everything's done you have to reboot your computer in order for the changes to take effect.

How to revert back

As mentioned above, packages in the Gnome3 and Staging PPAs are intended for experienced users only. Should you run into difficulties it's always safest to remove them and restore original packages. This process is called purging.

Restore Gnome Shell

  • if you haven't already, you need to install a package called ppa-purge from the official repositories by running sudo apt install ppa-purge in a Terminal window

  • then, in the same Terminal window run:

sudo ppa-purge ppa:gnome3-team/gnome3
sudo ppa-purge ppa:gnome3-team/gnome3-staging

(you can copy these commands one by one and paste them in order in a Terminal window with CTRL+Shift+V)

Reboot

After everything's done you have to reboot your computer in order for the changes to take effect.

Feedback

If you couldn't find what you were looking for on this section and/or you would like to help our team and/or add your own HOWTO, please Contact Us and we will be very glad to listen to/read your feedback Smile :)

UbuntuGNOME/HowTo/UpgradeGnomeShell (last edited 2016-03-20 13:49:54 by localhost)