How to upgrade to Ubuntu 13.04

Asked by Inderjit Singh

I have ubuntu 12.10, now I want to upgrade to Ubuntu 13.04. The option for upgrade to Ubuntu 13.04 isn't seen in Update Manager. Earlier it was available. What to do the next. Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Hamish McIntyre-Bhatty
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

sudo apt-get dist-upgrade
sudo do-release-upgrade

Revision history for this message
daniel CURTIS (anoda) said :
#2

Hi Inderjit. Or maybe try advices described here: [ https://help.ubuntu.com/community/RaringUpgrades ]. Of course, first check what Andrew wrote.

Best regards.

Revision history for this message
Zlatan Vasović (zlatan.) said :
#3

Chose "For any new version" in Update Manager > Settings... > Notify me of a new Ubuntu version. It will maybe help.

Revision history for this message
daniel CURTIS (anoda) said :
#4

Hi ZDroid. Exactly that is written in a 'RaringUpgrades' documentation, which I have given a link to it :-) I mean "Notify me of a new Ubuntu version:" option etc. More precise:

,-----[ RaringUpgrades ]
| https://help.ubuntu.com/community/RaringUpgrades#Upgrade_from_12.10_to_13.04_Beta
`-----

Greeting ZDroid. Best regards.

Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#5
Revision history for this message
Hamish McIntyre-Bhatty (hamishmb) said :
#6

Try: update-manager -d
Now it should notify you

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

-d will update to the (d)evelopment release which is Saucy Salamander. This will also leapfrog a release which will cause issues

Revision history for this message
Hamish McIntyre-Bhatty (hamishmb) said :
#8

Oh, sorry

Revision history for this message
Inderjit Singh (inderjit67) said :
#9

I run commands given at #1.The upgrade has been downloaded, then it shows -Applying changes and it shows no progress. There is long pink line at the details .But there happens nothing even after long time.

Revision history for this message
Inderjit Singh (inderjit67) said :
#10

I still need solution.

Revision history for this message
Best Hamish McIntyre-Bhatty (hamishmb) said :
#11

This could mean that your system is now unusable. If you've still got it running, close the terminal, and reopen it and run: sudo dpkg --configure -a and then sudo apt-get dist-upgrade. This may fix your issues.

Revision history for this message
Inderjit Singh (inderjit67) said :
#12

Please refer Ans. No. #11. I run both the commands, there was no output for fisrt command. The second command, after running for some time, given the message - Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?.Please inform the next step.Thanks.

Revision history for this message
Inderjit Singh (inderjit67) said :
#13

Thanks,problem solved.

Revision history for this message
Inderjit Singh (inderjit67) said :
#14

Thanks Hamish McIntyre-Bhatty, that solved my question.