Upgrad to Ubuntu 6.10 Edgy

Finally I managed to upgrade my laptop with latest [tag]Ubuntu[/tag] [tag]Linux[/tag] 6.10 (Edgy Eft) from Ubuntu 6.04 over night.

I used 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 command

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.

After my laptop was successful reboot, I can’t login to X Windows. Seach around Google and found the solutions: “sudo apt-get install xserver-xorg”. Yeah! It’s worked.

Possibly Related Posts:


One Response to “Upgrad to Ubuntu 6.10 Edgy”

  1. Planet Malaysia Blog - » Says:

    [...] I did a Ubuntu Linux upgrade version 6.10 last week. Today I feel that my laptop was running so slow and I found my swap partition are gone (never notice after upgrade last week). Too Bad! [...]

Leave a Reply