2194
Comment: updated stable names
|
2236
avoid needing to update codenames
|
Deletions are marked like this. | Additions are marked like this. |
Line 11: | Line 11: |
Upgrading from one stable release to the next (e.g. Jessie to Stretch) 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. <<DebianCodename(oldstable)>> to <<DebianCodename(stable)>>) 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]]. |
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. bullseye to bookworm) 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
?Lenny2SqueezeUpgrade