BreezyUpgradeNotes

Differences between revisions 4 and 41 (spanning 37 versions)
Revision 4 as of 2005-09-09 13:54:59
Size: 1864
Editor: dsl-202-52-55-156
Comment:
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:
{{{
Note: This is a work in progress and may break your system!!!
}}}

'''Please BACK UP EVERYTHING YOU DON'T WANT TO LOSE BEFORE DOING THIS!'''

== 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 universe multiverse restricted
deb-src http://archive.ubuntu.com/ubuntu breezy 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. It is recommended that you install the `ubuntu-base` and `ubuntu-desktop` metapackages 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.{{{
sudo apt-get install ubuntu-base ubuntu-desktop}}}
 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)