BreezyUpgradeNotes

Differences between revisions 8 and 9
Revision 8 as of 2005-10-13 13:06:25
Size: 1879
Editor: student1205
Comment:
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
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}}}
Line 32: Line 37:
 
Line 35: Line 40:
 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}}}

Pre-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

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. 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)