Earlier today I upgraded from Ubuntu Server 6.10 to 7.04 from the command line in just a few simple steps:
Make sure we have the latest updates
Check for updates:
1 |
<kbd>sudo apt-get update</kbd> |
Install any updates:
1 |
<kbd>sudo apt-get upgrade</kbd> |
Now prepare to upgrade to 7.04
Install the latest upgrade manager:
1 |
<kbd>sudo apt-get install update-manager-core</kbd> |
Run the upgrade tool for servers:
1 |
<kbd>sudo do-release-upgrade</kbd> |
And everything went smoothly. The only issue I had, was that I had to install inetd again to get SWAT working (sudo apt-get install netkit-inetd). Everytime I use Ubuntu I fall more and more in love with it 🙂
One reply on “Upgrading Ubuntu Server from 6.10 to 7.04”
Hey thanks for the tip!
I am trying to get Ubuntu Server 7.04 to run as a web server but with no luck!