Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am ready to try Ubuntu 11.10, how do I upgrade to it from 11.04?

share|improve this question

1 Answer

up vote 10 down vote accepted

The official ubuntu.com page has information:

You can easily upgrade over the network with the following procedure.

  1. Launch the software center.

  2. Go to Edit -> Software Sources

  3. Select the sub menu Updates from the Software Sources application:

    software-sources

  4. Change the Release Update drop down to "Normal Releases" and close the application

  5. Launch the update manager.
  6. Click the Check button to check for new updates.
  7. If there are any updates to install, use the Install Updates button to install them, and press Check again after that is complete.
  8. A message will appear informing you of the availability of the new release.

    update-manager-upgrade

  9. Click Upgrade.

Follow the on-screen instructions.

See Also:

From the technical overview:

To upgrade from Ubuntu 11.04 on a desktop system, press Alt+F2 and type in update-manager (without the quotes) into the command box. Update Manager should open up and tell you: New distribution release '11.10' is available. Click Upgrade and follow the on-screen instructions.

To upgrade from Ubuntu 11.04 on a server system: install the update-manager-core package if it is not already installed; launch the upgrade tool with the command sudo do-release-upgrade and follow the on-screen instructions. Note that the server upgrade is now more robust and will utilize GNU screen and automatically re-attach in case of e.g. dropped connection problems.

Upgrading by using the CD or USB image

From 11.04 onwards,when you boot the livecd and start installing it will give a option of upgrading to 11.04. it will automatically detect installed apps and install the updated version of your apps also. Assuming you're not dual booting.

live CD : Allocate drive space

Upgrading using the command line:

  • Run do-release-upgrade in a terminal
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.