Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have run the command sudo update-manager -d through terminal. The manager opens and it shows a new version 13.04 but when I click upgrade it doesn't upgrades it just closes. Is it the fault of any of the sources?

share|improve this question
If you are desperate to try out 13.04, try do-release-upgrade from the terminal instead. If it gives you any error, file a bug report accordingly. – jokerdino Nov 26 '12 at 23:32
1  
For me not worked "do-release-upgrade" and not worked "update-manager -d" but this works: "sudo do-release-upgrade -d" – MechanisM Dec 8 '12 at 3:07

closed as off topic by Jorge Castro, fossfreedom Nov 26 '12 at 23:35

Questions on Ask Ubuntu are expected to relate to Ubuntu within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

up vote 7 down vote accepted

As far as I have checked, 13.04 is pretty much in a pre-alpha stage, which means that, until a couple of months pass of more work, the work to get it to upgrade from 12.10 to 13.04 will not work correctly for all systems. Your best bet if you still want to use it is to use one of the daily ISOs here: http://cdimage.ubuntu.com/daily-live/current/

(You will need a DVD or USB to use the ISO image)

Also if we look at the Release Schedule here: https://wiki.ubuntu.com/RaringRingtail/ReleaseSchedule

you will notice the following:

Alpha release on December 6th and February 7th.
Beta release on March 7th
RC on April 18th (1 week before final release) Final release on April 25th

So please wait at least until the Alpha 1 version to test the update, but my suggestion would be to wait at least for the Beta or RC before testing.

Why?

Because is safer for you to test 13.04 without so many errors prone from Unity, Compiz, Kernel, etc.. and you have a better idea of the stability, performance and speed of the final 13.04.

share|improve this answer

If you want to upgrade, not install a fresh system off of a DVD or USB device, you can use this method suggested on the #ubuntu+1 IRC channel:

sudo sed -i 's/quantal/raring/' /etc/apt/sources.list
sudo apt-get update
sudo apt-get dist-upgrade

This will shift all of your sources to Ubuntu 13.04 and then upgrade you system. Ubuntu 13.04 is still in development, so don't do this if you have data you don't want to risk being deleted by accident!

share|improve this answer
At this time, this will really REALLY REALLYYY make your system unstable (Wanted to rephrase this to transmit the feeling of how the system will be if this is done, but I am a polite person ^^) – Luis Alvarado Nov 26 '12 at 22:41

Not the answer you're looking for? Browse other questions tagged or ask your own question.