|
Upgrade Upgrade of the kernel in Ubuntu LinuxUse the apt-get command to install a newer kernel.
Upgrade to a new releaseThe recommended way to upgrade your Ubuntu servers are through the network, where you can use the server upgrade system.
Upgrade to GutsyGibbon BetaThere seems you can only update with a graphically GUI (and you need to be using a user which is allowed to do sudo) by issuing update-manager -d OR follow the howto http://onlyubuntu.blogspot.com/2007/09/upgrade-ubuntu-704-feisty-fawn-to.html which starts out with update-manager -c -d "-c" switch tells it to look for upgrades at all. "-d" switch means "development" You can check the ubuntu version installed using the following command sudo lsb_release -a |