Nov
9
Earlier today I ran into an Ubuntu machine that was a bit out of date (to my standards anyway) so I thought I would upgrade it. The machine was running Ubuntu 5.10 (Breezy Badger) and I thought I would upgrade to Ubuntu 6.10 (Edgy Eft). Well, learn from my mistakes and don’t be lazy about it.
I tried to upgrade directly from Breezy to Edgy. THIS WILL NOT WORK. I ran into dependency hell and could not get past it despite a barrage of “apt-get install -f”, “apt-get dist-upgrade” or even manually trying to remove / add programs one at a time.
Midway through the process I decided to try and upgrade to Dapper, which worked, and then I went to Edgy from there.
If you have any previous machines my suggestion is to upgrade one release at a time for maximum compatibility and stability. This means Breezy -> Dapper -> Edgy, etc. Hopefully, but the time they release the second LTS, it’ll have a simple upgrade option between the two. In the meantime be sure you take your time and go per-release.
I post tutorials very regularly on this site. You may want to consider subscribing to the RSS feed. Or if you'd prefer these tips sent to your inbox you can use Email Subscriptions.
Related Posts
Random Posts
-->Comments
One Response to “Distribution Upgrade Tips : Ubuntu (5.10 / 6.06 / 6.10)”
Leave a Reply
[...] I use these options regularly, especially when I’m upgrading between releases. It’s simple to find & replace all instances of dapper within your /etc/apt/sources.list to edgy using one simple command within Vim. Once those lines are updated you’re ready to upgrade to the next release–it’s as simple as that! [...]