- Debian Admin - http://www.debianadmin.com -
Upgrade Ubuntu 6.06 (Dapper Drake) to Ubuntu 6.10 (Edgy Eft)
Posted By Admin On 17th October 2006 @ 18:17 In Other Linux | 8 Comments
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
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
You may also be interested in...
Article printed from Debian Admin: http://www.debianadmin.com
URL to article: http://www.debianadmin.com/upgrade-ubuntu-606-dapper-drake-to-ubuntu-10-edgy-eft.html
Click here to print.