Oct
27
Upgrade Ubuntu Server
Filed Under Configuration, Installation
Upgrading the Ubuntu Server, e.g. from version 8.04 to 8.10:
Step 1. Make sure your current distribution is up-to-date.
- # sudo aptitude update
- # sudo aptitude upgrade
- # sudo aptitude dist-upgrade
Step 2. Perform the upgrade!
- sudo aptitude install update-manager-core
- sudo do-release-upgrade
Comments
Leave a Reply