Differences between revisions 18 and 20 (spanning 2 versions)
Revision 18 as of 2017-02-01 20:24:46
Size: 2182
Editor: vauss
Comment: typo
Revision 20 as of 2017-05-03 20:03:20
Size: 2193
Editor: Francewhoa
Comment: Updated with currently supported distributions
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
Upgrading from one stable release to the next (e.g. Squeeze to Wheezy) is done by following the [[http://www.debian.org/releases/stable/releasenotes|release notes]] for your [[http://www.debian.org/ports/|architecture]]. For most people with 32 bit systems that means the [[http://www.debian.org/releases/stable/i386/release-notes/|Release Notes for Intel x86]]. For most with 64 bit systems that means the [[http://www.debian.org/releases/stable/amd64/release-notes/|Release Notes for AMD64]]. Upgrading from one stable release to the next (e.g. Wheezy to Jessie) is done by following the [[http://www.debian.org/releases/stable/releasenotes|release notes]] for your [[http://www.debian.org/ports/|architecture]]. For most people with 32 bit systems that means the [[http://www.debian.org/releases/stable/i386/release-notes/|Release Notes for Intel x86]]. For most with 64 bit systems that means the [[http://www.debian.org/releases/stable/amd64/release-notes/|Release Notes for AMD64]].
Line 20: Line 20:
You do not need to upgrade to the resource hungry GNOME 3 with wheezy, and can save bandwidth, by switching to Xfce before doing the actual upgrade: Optionally, you do not need to upgrade to the resource hungry GNOME 3 with wheezy, and can save bandwidth, by switching to Xfce before doing the actual upgrade:

Translation(s): Brasileiro - English - Español - Français - Italiano- Русский - Svenska

(!) ?Discussion


This page gives the directions how to upgrade your Debian distribution

How to upgrade your distribution

Upgrading from one stable release to the next (e.g. Wheezy to Jessie) is done by following the release notes for your architecture. For most people with 32 bit systems that means the Release Notes for Intel x86. For most with 64 bit systems that means the Release Notes for AMD64.

Minor upgrades are done with the package management tools:

Switching from GNOME to Xfce before upgrading

Optionally, you do not need to upgrade to the resource hungry GNOME 3 with wheezy, and can save bandwidth, by switching to Xfce before doing the actual upgrade:

Remove gnome and its dependencies:

aptitude purge `dpkg --get-selections | grep gnome | cut -f 1`
aptitude -f install
aptitude purge `dpkg --get-selections | grep deinstall | cut -f 1`
aptitude -f install

Install Xfce:

apt-get install xfce4 

For useful utilities that come with Xfce:

apt-get install xfce4-goodies

See also