BreezyUpgradeNotes

Differences between revisions 9 and 41 (spanning 32 versions)
Revision 9 as of 2005-10-13 15:28:52
Size: 1901
Editor: 213
Comment: Make sure edu/k/ubuntu-desktop is installed before the actual upgrade
Revision 41 as of 2008-08-06 17:00:49
Size: 62
Editor: localhost
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Pre-Upgrade ==

 0. It is recommended that you have the "ubuntu-desktop", "kubuntu-desktop", or "edubuntu-desktop" metapackage (depending on which distribution you're running exactly) in order to ensure that you have the full set of default packages. Note that without these metapackages it is '''much''' more likely that you will encounter problems during the upgrade. Ed/k/ubuntu relies on the respective package to perform the successful upgrade.{{{
sudo apt-get install ubuntu-base ubuntu-desktop}}}

== To Upgrade ==

=== Apt-Get ===

 0. Open up a terminal
 0. sudo gedit /etc/apt/sources.list
 0. Replace with the following:
{{{
## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu breezy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu breezy main universe multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu breezy main universe multiverse restricted

deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe
}}}
 0. sudo apt-get update
 0. sudo apt-get dist-upgrade

== Post-Upgrade ==

 0. Reboot in order to effect all changes (XFree86 to X.org, kernel upgrade, etc.)
#REFRESH 0 http://help.ubuntu.com/community/BreezyUpgradeNotes

BreezyUpgradeNotes (last edited 2008-08-06 17:00:49 by localhost)