Posts tagged as:

ubuntu

Ubuntu server distro direct-upgrade

by JCOctober 5, 2008 Settings

You can upgrade your entire Ubuntu server from one revision to another with dist-upgrade.
First, you must ensure the new version repositories replace the existing repositories in your server’s /etc/apt/sources.list, then simply issue the apt-get update.
Finally, perform the actual upgrade by typing:
sudo apt-get dist-upgrade

0 comments Read the full article →