Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • RSS Subscribe

    subscribe to the Debian Admin RSS feed
  • Sponsors



  • Categories

  • Sponsors

  • Support DebianAdmin

    Amount $:
    Website(Optional):


  • Meta

  • Archives



How to Upgrade Ubuntu 6.10 (Edgy Eft) to Ubuntu 7.04 (Feisty Fawn)

Posted by Admin on April 22nd, 2007

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

Ubuntu 7.04 is the current stable version of the Ubuntu operating system. The common name given to this release from the time of its early development was “Feisty Fawn”.

Before Upgrading You need to remember the following point

Take comple backup of your system before upgrading
Now you need to upgraded my Ubuntu Edgy Machine to Ubuntu Feisty.

We can Use Two methods to upgrade Ubuntu Edgy to Ubuntu Feisty

1) Using GUI

2) Using apt-get

Upgrading Ubuntu Edgy to Ubuntu Feisty

Method 1 – Using GUI

If you want to upgrade using GUI use the following command

gksu “update-manager -c ”

“-c” switch tells it to look for upgrades at all.

You should see the following screen here Now you can see 7.04 is available for upgrade click on upgrade

Now you should see the release notes as follows here you need to click on upgrade

Once you click on upgrade you might get the error “Authentication failed”

You need to fix the above error for this open the terminal and type the “gpg” and press enter once you see the following message

gpg:Go ahead and type your message …

Press Ctrl+C and then start the install process again.

Now you should see the following screen downloading upgrade tool

You need to enter root password and click ok

Preparing the upgrade in progress

You need to confirm the upgrade process by clicking “Start Upgrade”

Download in progress for all the required packages for Upgrade

Installation in progress

If you click on Terminal to see detailed installation in progress

Cleaning Up is in Progress

You need to restart the system to complete the Upgrade by clicking “Restart Now”

Method 2 – Using apt-get

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

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/\edgy/ feisty/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 7.04 installation to effect all changes.

Testing Your Upgrade

You can check the ubuntu version installed using the following command

sudo lsb_release -a

Output Looks like below

Distributor ID: Ubuntu
Description: Ubuntu feisty (development branch)
Release: 7.04
Codename: feisty

or

Just type the following command in your terminal

cat /etc/issue

Output Lokks like below

Ubuntu feisty (development branch) \n \l

  • Share/Bookmark

2 Responses to “How to Upgrade Ubuntu 6.10 (Edgy Eft) to Ubuntu 7.04 (Feisty Fawn)”

  1. Lebnan Says:

    im getting this error

    Failed to fetch http://givre.cabspace.com/ubuntu/dists/edgy/main/binary-i386/Packages.bz2 Sub-process bzip2 returned an error code (2)

  2. Mircea Coste Says:

    Hallo there,

    SOrry tu buzz in like this, but i had a running WEB/SQL/Mail server on ubuntu 6 and decided to
    upgrade to 7.04 from your tutorial…and guess what…it messed up my entire system.
    Fortunate enough i had a backup from my important files and i dediced to migrate to debian for more stability :)
    So i just thought you should know, that this did not work for me .
    Anyways, i`m glad you posted this here. I am also sure that if you would have a “empty” system, this might have worked :)
    Cheers, and no offence :)

    Mircea Coste
    mircha.net

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>