BreezyUpgradeNotes

Differences between revisions 7 and 8
Revision 7 as of 2005-10-13 13:02:57
Size: 1724
Editor: student1205
Comment:
Revision 8 as of 2005-10-13 13:06:25
Size: 1879
Editor: student1205
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 36: Line 35:
 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.{{{  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.{{{

To Upgrade

Apt-Get

  1. Open up a terminal
  2. sudo gedit /etc/apt/sources.list
  3. 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
  1. sudo apt-get update
  2. sudo apt-get dist-upgrade

Post-Upgrade

  1. 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
  2. Reboot in order to effect all changes (XFree86 to X.org, kernel upgrade, etc.)

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