How-To Geek
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
Got Feedback? Join the discussion at discuss.howtogeek.com
Comments (2)
Programmer by day, geek by night, The Geek, also known as Lowell Heddings, spends all his free time bringing you fresh geekery on a daily basis. You can follow him on Google+ if you'd like.
- Published 09/11/06




This didn’t work for me. Am I missing something?
I don’t think those ‘‒ characters are supposed to be there :P maybe that’s why it doesn’t work?