Differences between revisions 1 and 17 (spanning 16 versions)
Revision 1 as of 2008-01-05 18:40:28
Size: 768
Comment:
Revision 17 as of 2017-02-01 20:19:51
Size: 2182
Editor: Diego Alonso
Comment: added spanish translation link
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
||<tablestyle="width: 100%;" style="border: 0px hidden">~-[:DebianWiki/EditorGuide#translation:Translation(s)]: none-~||<style="text-align: right;border: 0px hidden"> (!) [:/Discussion:Discussion]|| ||<tablestyle="width: 100%;" style="border: 0px hidden">~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[pt_BR/DebianUpgrade|Brasileiro]] - English - [[es/DebianUpgrade|español]] - [[fr/DebianUpgrade|Français]] - [[it/DebianUpgrade|Italiano]]- [[ru/DebianUpgrade|Русский]] - [[sv/DebianUpgrade|Svenska]] -~||<style="text-align: right;border: 0px hidden"> (!) [[/Discussion|Discussion]]||
Line 4: Line 4:
This article explain how to upgrade your Debian distribution
This page gives the directions how to upgrade your Debian distribution
Line 9: Line 10:
= How to upgarde your distribution =
 * [:Synaptic#upgrade:Using Synaptic]
 * [:Aptitude#upgrade:Using aptitude]
= How to upgrade your distribution =
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]].

Minor upgrades are done with the package management tools:

 * [[Synaptic#upgrade|Using Synaptic]]
 * [[Aptitude#upgrade|Using aptitude]]

= Switching from GNOME to Xfce before upgrading =

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
}}}
Line 17: Line 44:
 * ["dist-upgradeOnSmallHardrives"]  * Etch2LennyUpgrade
 * Lenny2SqueezeUpgrade
 * NewInSqueeze
* [[dist-upgradeOnSmallHardrives]]

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. Squeeze to Wheezy) 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

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