Upgrade Ubuntu from Breezy to Dapper
Upgrading Ubuntu Linux is just as easy as installing a new package. Simply run these commands, and your system will be updated:
sudo sed ’s/hoary/dapper/g’ /etc/apt/sources.list > /etc/apt/tmp && mv /etc/apt/tmp /etc/apt/sources.list
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -y dist-upgrade
The Geek is the founder of How-To Geek and a geek enthusiast. When he's not coming up with great how-to articles, he's probably writing at his personal blog. This article was written on 09/11/06 and tagged with: Ubuntu, SysAdmin


This didn't work for me. Am I missing something?