DapperUpgrades

Differences between revisions 24 and 25
Revision 24 as of 2006-06-02 07:32:06
Size: 3549
Editor: c211-28-183-112
Comment: You must use the alternate installation CD, not the desktop one, to upgrade!
Revision 25 as of 2006-06-02 07:42:40
Size: 4219
Editor: c211-28-183-112
Comment: Added CD upgrade instructions.
Deletions are marked like this. Additions are marked like this.
Line 44: Line 44:
 1. Make sure that you have ubuntu-desktop, kubuntu-desktop, or edubuntu-desktop installed (depending on which distribution you are using). This is vital for apt to perform the upgrade successfully. 1. Make sure that you have ubuntu-desktop, kubuntu-desktop, or edubuntu-desktop installed (depending on which distribution you are using). This is vital for apt to perform the upgrade successfully.
Line 46: Line 46:
 2. Edit your /etc/apt/sources.list as root:
{{{
 kdesu kate /etc/apt/sources.list
}}}
2. Edit your /etc/apt/sources.list as root:
 {{{
  kdesu kate /etc/apt/sources.list
 }}}
Line 51: Line 51:
Or if you're using GNOME/XFCE:
{{{
gksudo gedit /etc/apt/sources.list
}}}
 Or if you're using GNOME/XFCE:
 {{{
  gksudo gedit /etc/apt/sources.list
 }}}
Line 56: Line 56:
And change every occurrence of "breezy" to "dapper".  And change every occurrence of "breezy" to "dapper".
Line 58: Line 58:
Then:
{{{
sudo apt-get update && sudo apt-get dist-upgrade
}}}
 Then:
 {{{
  sudo apt-get update && sudo apt-get dist-upgrade
 }}}
Line 65: Line 65:

== Upgrading from an Ubuntu 6.06 CD ==

Note that you cannot upgrade from the Desktop CD, only the Alternate CD!

1. Make sure that you have ubuntu-desktop, kubuntu-desktop, or edubuntu-desktop installed (depending on the distribution you are using).
2. Edit your /etc/apt/sources.list as root:

 For Ubuntu/Xubuntu:
 {{{
  gksudo gedit /etc/apt/sources.list
 }}}

 or for Kubuntu:
 {{{
  kdesu kate /etc/apt/sources.list
 }}}

 and change every occurrence of "breezy" to "dapper".

3. Run:
 {{{
  sudo apt-cdrom add
 }}}

 insert the CD, and press enter.

4. Run:
 {{{
  sudo apt-get update && sudo apt-get dist-upgrade
 }}}

What is Ubuntu 6.06 LTS?

Ubuntu 6.06 LTS is the currrent version of the Ubuntu operating system, which was released June 1st, 2006.

http://www.ubuntu.com/news/606released

Upgrading from Ubuntu Dapper betas

If you are a tester or have been tracking updates to pre-release Dapper via APT then congratulations, your updates after June 1 will now bring you up to date with Ubuntu 6.06 LTS "Dapper" final.

Upgrading from Ubuntu 5.10 ("Breezy Badger")

There are a few ways you can get Dapper:

  1. Upgrading with the Update Manager
  2. Upgrading by changing sources and the command line
  3. Downloading an ISO and burning a CD. You must use the alternate CD, not the desktop one, in order to upgrade. Torrents: http://torrent.ubuntu.com:6969/

Upgrading with the Update Manager

A new version of the Update Manager application has entered breezy-updates which can upgrade your entire system in a few simple steps.

To perform the upgrade:

  • First, update your system to ensure that you have the latest version of Update Manager and associated packages. You can do this using Update Manager itself, to be found under the System/Administration menu.

    The necessary versions are available from the breezy-updates repository. Confirm that you have version 0.42.2ubuntu12~breezy1 or newer of update-manager installed by using the Synaptic Package Manager .

Then follow the steps below:

1. Open the Update Manager from the System/Administration menu, or run the following command (either via ALT-F2 or a terminal):

  •  gksudo "update-manager"

2. Click the "Check" button.

If you have a working network connection, it should then inform you about a new release and offer to upgrade your system. This has been reported as not working yet (as of June 1). Please use the method below.

Upgrading by changing sources and the command line

If you are using Kubuntu and don't want to download the GTK applications required for the update manager, or you don't wish to use the update manager for any other reason, then follow this process for upgrading to Dapper (Ubuntu 6.06) from Breezy (Ubuntu 5.10).

1. Make sure that you have ubuntu-desktop, kubuntu-desktop, or edubuntu-desktop installed (depending on which distribution you are using). This is vital for apt to perform the upgrade successfully.

2. Edit your /etc/apt/sources.list as root:

  •   kdesu kate /etc/apt/sources.list
    Or if you're using GNOME/XFCE:
      gksudo gedit /etc/apt/sources.list
    And change every occurrence of "breezy" to "dapper". Then:
      sudo apt-get update && sudo apt-get dist-upgrade

EXTREMELY IMPORTANT! Make sure you type  dist-upgrade  rather than  upgrade . The process will totally hose your machine and render it *completely unbootable* otherwise.

Upgrading from an Ubuntu 6.06 CD

Note that you cannot upgrade from the Desktop CD, only the Alternate CD!

1. Make sure that you have ubuntu-desktop, kubuntu-desktop, or edubuntu-desktop installed (depending on the distribution you are using). 2. Edit your /etc/apt/sources.list as root:

  • For Ubuntu/Xubuntu:
      gksudo gedit /etc/apt/sources.list
    or for Kubuntu:
      kdesu kate /etc/apt/sources.list
    and change every occurrence of "breezy" to "dapper".

3. Run:

  •   sudo apt-cdrom add
    insert the CD, and press enter.

4. Run:

  •   sudo apt-get update && sudo apt-get dist-upgrade

Upgrading from Ubuntu releases prior to 5.10

  1. Upgrade to Ubuntu 5.10 (see BreezyUpgradeNotes)

  2. Follow the above instructions for upgrading from 5.10

Troubleshooting

  • In the unlikely event you encouter some problems, double check that your required meta package is installed for your flavor. For Ubuntu this is 'ubuntu-desktop', for Kubuntu 'kubuntu-desktop', etc.
  • Ensure all necessary packages are completely installed and configured by issuing these commands (via ALT+F2 if necessary):

sudo apt-get -f install
sudo dpkg --configure -a
  • Check your /var/log/Xorg.0.log and ~/xsession-errors log files.


CategoryDocumentation

DapperUpgrades (last edited 2008-08-06 16:28:17 by localhost)