Ubuntu Upgrades
Posted on February 12, 2010
Here is a really simple way of upgrading your Ubuntu system. After the initial setup, upgrading to Karmic or Intrepid is a one liner.
Initial setup
apt-get update
and now install the package update-manager-core:
apt-get install update-manager-core
nano /etc/update-manager/release-upgrades
Change Prompt=lts to Prompt=normal
Doing the upgrade
do-release-upgrade
Follow the prompts, its easy.
Related posts:
- Upgrade Ubuntu Dapper to Karmic
I found an old server at a clients site today that went down during a... - Upgrading from SQL 2000 to 2005 Error -1
Ever had your Upgrade Advisor return an error while upgrading an instance of SQL Server... - Setting up and using NFS on Ubuntu
Network File System, NFS, has been around since Noah first networked his ark. Setting up... - Ridiculously simple NTLM Authentication for Apache (Ubuntu)
We all know Ubuntu makes things amazingly simple. This is the best I've found so... - NTLM Authentication on Ubuntu and Apache2 Revisited
It's been a while since I've had to build an NTLM integrated Apache2 server. So...