Upgrading Ubuntu Server

10:25 PM May 26th 2010 from web under ,

I checked my old Ubuntu web server box and it turns out that I’m still using Intrepid Ibex. I’m three version’s behind! Here’s how to upgrade your Ubuntu Server:

1
2
3
4
apt-get update
apt-get upgrade
apt-get install update-manager-core
do-release-upgrade

Thanks to HostingFu.com for the instructions.

Leave a Reply