PDA

View Full Version : [ubuntu] How can I upgrade to Hardy Heron if it is not offered in the Update Manager?



crazyfish666
May 24th, 2008, 01:53 PM
When Hardy Heron came out I got an option in the Update Manager to upgrade to it, but I wanted to back up properly first and have only just gotten around to doing this. But, the upgrade option in the Update Manager disappeared about a week ago and I can't seem to find instructions on any other simple way to upgrade. How can I do this?

Kevbert
May 24th, 2008, 02:22 PM
Enter the following codes from terminal:

sudo apt-get update
sudo apt-get upgrade

crazyfish666
May 24th, 2008, 02:37 PM
Enter the following codes from terminal:

sudo apt-get update
sudo apt-get upgrade


I did that and it didn't do anything very grand. I just shut it down afterwards (with 'sudo init 0' since my computer has no shut down option) and logged back on (starting x manually as I have had to do for a while). Absolutely nothing looks different. Same background and all. How do I check what I am running? Hardy or Gutsy...

Thanks

newbreed
May 24th, 2008, 02:40 PM
you enter one at a time?

Kevbert
May 24th, 2008, 02:46 PM
Try:

sudo apt-get dist-upgrade
If this doesn't work try using 'aptitude' in place of 'apt-get'.
This should take a while.
To check the version you're running:

lsb_release -a

atomkarinca
May 24th, 2008, 02:46 PM
I guess the code you're looking for is


sudo apt-get dist-upgrade

crazyfish666
May 24th, 2008, 03:33 PM
Try:

sudo apt-get dist-upgrade
If this doesn't work try using 'aptitude' in place of 'apt-get'.
This should take a while.
To check the version you're running:

lsb_release -a

Well, the second code still says I am running Gutsy and the first code (both in that form and with apt-get replaced with aptitude) the apt-get version took about 2 seconds and the aptitude took about 10, both said "0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded".

The second code still says Gutsy.

Any ideas?

tom56
May 24th, 2008, 03:38 PM
From a terminal in GNOME:

gksudo update-manager -d
If that doesn't work try:

gksudo update-manager -c

Kevbert
May 24th, 2008, 05:58 PM
It looks like something must be broken. Try:

sudo apt-get install -f
This should repair any broken packages. Then try to upgrade again.
If this does not work change the Server that you use in System-Admin-Software Sources before having another go at updating.
Good luck.