PDA

View Full Version : [ubuntu] how to upgrade to 9.10



mahdiar
December 23rd, 2009, 04:49 PM
hi
i cannot upgrade my ubuntu . there is no link in the "update manager" .

Grenage
December 23rd, 2009, 04:50 PM
sudo apt-get dist-upgrade

slakkie
December 23rd, 2009, 05:30 PM
sudo apt-get dist-upgrade

Be more verbose please :)

https://help.ubuntu.com/community/Upgrades

Grenage
December 23rd, 2009, 05:38 PM
Ok, I was a little concise ;)

The above command, used in a terminal, should allow you to upgrade.

mjjna
December 23rd, 2009, 08:41 PM
or you can configure the update manager to use not only the Long Term Support version.

mahdiar
December 24th, 2009, 12:50 PM
Ok, I was a little concise ;)

The above command, used in a terminal, should allow you to upgrade.

it doesn't work .
i miss some infos . two weeks ago i click on the button to upgrade but i had to stop it . after that the upgrade button disappeared .

Grenage
December 24th, 2009, 01:09 PM
What error do you get?

mahdiar
December 24th, 2009, 02:52 PM
What error do you get?
there isnt any error .

Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

slakkie
December 24th, 2009, 04:05 PM
Please run lsb_release -a

And please have a look at the wiki page I showed earlier: https://help.ubuntu.com/community/Upgrades . Thnx.

mahdiar
December 24th, 2009, 07:37 PM
i don't know why but i cannot open that url .

tachuela
December 24th, 2009, 07:44 PM
Open your Terminal and type: uname -a, then press 'Enter'. Copy and paste the results here.

slakkie
December 25th, 2009, 12:24 AM
i don't know why but i cannot open that url .

Fixed the glitch :)

mahdiar
December 27th, 2009, 03:39 PM
That's it :
Linux ubuntu 2.6.28-17-generic #58-Ubuntu SMP Tue Dec 1 18:57:07 UTC 2009 i686 GNU/Linux

mahdiar
December 27th, 2009, 03:41 PM
Fixed the glitch :)
Yeaaaaaaaah you're right

:D

ZootNerper
December 29th, 2009, 05:47 AM
I have the same probelm with the disppearing "upgrade" button. I cancelled an upgrade and now do not see the button.

I have read the suggested webpage (Updates).

/etc/update-manager/release-upgrades file has prompt=normal

Output from command: lsb_release -a

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.04
Release: 9.04
Codename: jaunty

Output from uname -a

Linux Bollocks7 2.6.28-17-generic #58-Ubuntu SMP Tue Dec 1 21:27:25 UTC 2009 x86_64 GNU/Linux

Output from sudo apt-get dist-upgrade

[sudo] password for zoot:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

I have also tried apt-get autoremove / clean /dselect-upgrade. All remove nothing.

Any help would be appriciated.

-- Zoot

slakkie
December 30th, 2009, 03:56 PM
A dist-upgrade doesn't automagicly upgrade your OS, you need to specify the correct sources.list for that to happen. Maybe that should be outlined better in the Upgrades wiki page.

Eitherway, I recommend that you upgrade via do-release-upgrade or the GUI update-manager. Could you run either tool and see what happens? If it doesn't work like expected please post your sources.list in this topic and the output of whatever command you have executed for the upgrade.