Debian Admin - Your way to Debian World

October 17, 2006

Upgrade Ubuntu 6.06 (Dapper Drake) to Ubuntu 6.10 (Edgy Eft)

by @ 6:17 pm. Filed under Other Linux

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

Ubuntu 6.10 is the current development version of the Ubuntu operating system. It is to be released in October 26th.The common name given to this release from the time of its early development was “Edgy Eft”.

Today I have upgraded my Ubuntu Dapper Machine to Ubuntu Edgy this is still is beta version.

We can Use Two methods to upgrade Ubuntu Dapper to Edgy

1) Using GUI

2) Using apt-get

Upgrading Ubuntu Dapper to Ubuntu Edgy

Method 1

Using GUI

If you want to upgrade using GUI use the following command

gksu “update-manager -c -d”

The “-d” switch instructs Update Manager to consider pre-release versions and “-c” switch tells it to look for upgrades at all.You should see the following screen here Now you can see 6.10 is available for upgrade click on upgrade

Now you can see the following screen with the no.of packages available for download here click on start upgrade

Here it starts preparing the upgrade

You can see in this screen downloading required packages is in progress

Installing all the required packages in progress

After installing these packes you should see the following screen and here you need to click on restart and it will reboot your machine to take your new ubuntu 6.10 installation to effect all changes.

You can check the ubuntu version installed using the following command

sudo lsb_release -a

Output Looks like below

Distributor ID: Ubuntu
Description: Ubuntu edgy (development branch)
Release: 6.10
Codename: edgy

Method 2

Using apt-get

Edit your /etc/apt/sources.list as root. Change every occurrence of dapper to edgy.

Use any prefered editor. If you have a CD-ROM line in your file, then remove it.

sudo vi /etc/apt/sources.list

or

use the following Simple command

sudo sed -e ’s/\sdapper/ edgy/g’ -i /etc/apt/sources.list

Now you need to update the source list using the following command

sudo apt-get update

Upgrade using the following command

sudo apt-get dist-upgrade

Double check your process was finished properly using the following commd

sudo apt-get -f install

sudo dpkg –configure -a

Now you need to Reboot your machine to take your new ubuntu 6.10 installation to effect all changes.

I have some applications installed in my ubuntu dapper machine after upgrading to edgy some of my applications also upgraded to latest versions

Tags: , , , ,

You may also be interested in...

8 Responses to “Upgrade Ubuntu 6.06 (Dapper Drake) to Ubuntu 6.10 (Edgy Eft)”

  1. Jorge Olivares Says:

    Thanks for the explanation, I made the apt install…, Only one thing at the end of the tutorial you put: sudo dpkg –configure -a, And I think it is: sudo dpkg –-configure -a.

  2. Mohan Says:

    This guide worked for me except for one thing: I had to manually remove xserver-xorg-core and then install it again with the following command.For some reason this was held back during the command ’sudo apt-get dist-upgrade’ earlier.

    Try running sudo apt-get dist-upgrade again after its run to ensure that you have actually updated all your files. Check if there were files that were helf back and see if “xserver-xorg-core” was one of them. That being the case do the following

    1.To remove : sudo apt-get remove xserver-xorg-core
    2.To re-install: sudo apt-get install xserver-xorg-core

    This cause my xserver to bomb saying it could not find GLCore and “fixed” font.

  3. prasopsuk Says:

    i had upgrade ubuntu from drapper to edgy on ibm thinkpad r50e.
    i got problem : can’t start x server.[incorrect setting interface]
    how to solve this problem?

  4. ubufan Says:

    @ prasopsuk

    Maybe with: sudo dpkg -reconfigure xserver-xorg

  5. Robb Munson Says:

    Awesome! Thank you so very much for telling me how to do this! I was about to cry because I didnt want to install the WHOLE ubuntu iso!

  6. African Says:

    Hello !
    I have this error in upgrade :

    An unresolvable problem occurred while calculating the upgrade.

    Please report this bug against the ‘update-manager’ package and include the files in /var/log/dist-upgrade/ in the bugreport

    An idea ?

  7. Ken Says:

    African - I got the same error using the GUI, use the non GUI method.

  8. Thomas Mertes Says:

    I also want to upgrade. from 6.06 to 6.10 .
    First I verify my current ubuntu version:

    tm@penguin:~$ sudo lsb_release -a
    Password:
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description: Ubuntu 6.06.2 LTS
    Release: 6.06
    Codename: dapper
    tm@penguin:~$

    Then I use the command
    gksu ‘update-manager -c -d’
    with single quotes (otherwise gksu complains about the -c option):

    tm@penguin:~$ gksu ‘update-manager -c -d’
    /usr/lib/python2.4/site-packages/apt/__init__.py:17: FutureWarning: apt API not stable yet
    warnings.warn(”apt API not stable yet”, FutureWarning)

    the update-manager starts and gives me the information that my
    system is up to date. There is NO text which says:

    New distribution release ‘6.10′ is available.

    So I have no possibility to upgrade.

    Can somebody help me.

    Greetings Thomas Mertes

    Seed7 Homepage: http://seed7.sourceforge.net
    Seed7 - The extensible programming language: User defined statements
    and operators, abstract data types, templates without special
    syntax, OO with interfaces and multiple dispatch, statically typed,
    interpreted or compiled, portable, runs under linux/unix/windows.

Leave a Reply

Subscribe RSS Feed

subscribe to the Debian Admin RSS feed

Internal links:

Sponsors:



Categories:

Support Debian Admin

Amount $:
Website(Optional):

Sponsors:

Archives:

Related Links:


Favourite Sites:

Wordpress Collection
Windows Reference
Ubuntu Geek
DebianHelp
All About Debian Tutorials
Power Electrical
Check Your IP Here
Debian,Ubuntu News
DebCentral
Tuxmachines
Capnkirby
Libervis
Nuxifield
Linux Horizon
Linux Appfinder
Debuntu
GNU/Linux For Everyone
Free Penguin
DebianAdmin is not related to the Debian Project.
This site is copyright © 2006,2007 Debian Admin
All Trademarks are the property of their respective owners.
The contents of this website may not be mirrored or archived without the express written permission of DebianAdmin Site Owner.

DISCLAIMER: All the information, troubleshooting methods, utilities offered in this website is provided AS-IS, without any warranties. Though I strive for perfection, and always test the validity and effectiveness of the troubleshooting content in various systems, I assume no responsibility for your use of these Fixes, Utilities and other troubleshooting advice. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason. All use is completely at your own risk. Changes to the existing content and new additions are made to this website periodically, without notification.
Rodney's Kontera DynamiContext Plugin plugged in.