Q. How do I upgrade my server system from Ubuntu hardy heron version 8.04 to Ubuntu Linux server 8.10 Intrepid Ibex over ssh session?
A. You can do network upgrade for Ubuntu Servers from 8.04 to 8.10 using a shell prompt over remote ssh session as follows:
Ubuntu Server 8.10 Network Upgrade
Login using ssh for remote server or open console for local server
WARNING! These examples are for SERVER edition. For desktop upgrade see this FAQ.Apply patches
First, make sure your server is up to date with 8.04 version. Type the following two command to apply all upgrades:
$ sudo apt-get update
$ sudo apt-get upgrade
Change release
Open /etc/update-manager/release-upgrades file:
$ sudo bash
# vi /etc/update-manager/release-upgrades
Find line:
Prompt=lts
Change to:
Prompt=normal
Save and close the file. This will set release update from LTS (long support version) to latest 8.10 version.
Ubuntu 8.10 Server Upgrade
Type the following command to upgrade update manager, enter:
$ sudo apt-get install update-manager-core
Above will install / update update-manager-core if it is not already installed. Once installed just update system using the following command. Make sure you have backup of all important data:
$ sudo do-release-upgrade
Now, just follow the on-screen instructions.
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop












{ 9 comments… read them below or add one }
I tried this but on running
do-release-upgradegot:Editing
/etc/update-manager/release-upgradesto changePrompt=ltstoPrompt=normalalloweddo-release-upgradeto offer an update to 8.10barryp,
The faq has been updated. I appreciate your post.
after
do-release-upgradei got
Checking for a new ubuntu releaseNo new release found
which is a bit misleading
reason – machine had no network access through NAT, what was required nor documented anywhere, instead try:
http_proxy="http://ip:port" do-release-upgradeshould work.
Thanks!
sudo http_proxy=”http://kc.zenit.ru:3128″ do-release-upgrade
Checking for a new ubuntu release
No new release found
sudo http_proxy=”http://USER:PASS@kc.zenit.ru:3128″ do-release-upgrade
Not cool that you peddle the vi editor as a standard to edit text files. Ever watched a newbie use that? Ever heard of software that is INTUITIVELY usable? Vi does not belong as the standard text editor in Ubuntu, not if you don’t want to see former Windows users throw Linux a mile wide and then give it a wide bearth. Vi gives Linux a bad name if you are a beginner. Nobody in their right mind spends days of learning a trivial text editor anymore. Not if you have a LIFE.
Nano would be better, even emacs. And now please please please, no DUMB!!! comment that vi is the only editor that will be installed everywhere. The next time I hear this one I am going to beat the person to death for it. And this in the age of GIGA and TERRABYTES. Apt-get install nano… what the heck???
vi is by far and away the most widely used editor in any *nix space, and the most powerful and frankly the best.
nano — why?