Oct
27
Upgrade Ubuntu Server
Filed Under Configuration, Installation | Leave a Comment
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
Oct
27
Display Ubuntu Version
Filed Under Configuration | Leave a Comment
To display the current Ubuntu version, issue this command from the terminal:
#lsb_release -a