My thoughts and delusions, in blog form.
Upgrade Ubuntu 6.06 LTS (Dapper) to 7.04 (Feisty)
I’m in the process of testing some software and wanted to upgrade a server I have with Ubuntu 6.06 LTS (Dapper) to 7.04 (Feisty)
The steps are simple, but aren’t documented on Ubuntu’s website (since we’re upgrading two version levels.)
The steps are pretty simple (all done as root):
- edit:
/etc/apt/sources.listreplace dapper with edgy everywhere in tha tfile - run:
apt-get update - run:
apt-get dist-upgradeand follow the prompts being careful of which config files you choose to replace - reboot:
shutdown -r now - run:
apt-get install update-manager-core - run:
do-release-upgradeand follow the prompts. I was able to upgrade over ssh without trouble
The entire process took me about an hour to complete. The do-release-upgrade command will prompt you to reboot at the end.