PDA

View Full Version : [SOLVED] upgrade to 13.04



quarkhirad
June 11th, 2013, 03:52 PM
Hi i visited http://www.ubuntu.com/download/desktop/upgrade to learn how to upgrade from 12.10 to 13.04. Now i dont have update manager instead i have software updater in my dash. However when i open terminal and type update-manager it opens the same thing as software updater from my dash. Hence i assume it is the same thing. It checks for updates and after downloading some files it just say your system is upto date. Their is no option for upgrading.Help how do i upgrade.

slickymaster
June 11th, 2013, 03:55 PM
To upgrade it's easy, just open your terminal and run the following command:
do-release-upgrade

coffeecat
June 11th, 2013, 05:20 PM
If you want to use Software Updater to upgrade to 13.04, open Software Updater and then click on the settings button. A new window will open - click on the updates tab. Look for "Notify me of a new Ubuntu version" near the bottom. If you are not being prompted for the 13.04 release it is probable that this is set to "For long-term support versions." If so, change the drop-down to "For any new version", and close the tabbed window. Software Updater should then prompt you for upgrading to 13.04 after it has updated the metadata.

quarkhirad
June 11th, 2013, 05:51 PM
coffeecat

Hi i am sorry i forgot to metion that i already checked the settings it says any new verssion still i am not able to upgrade.

quarkhirad
June 11th, 2013, 06:28 PM
slickymaster

Hey hi thanks that actually works. I am downloading the packages as i am typing 1073Mb.

Icetoad
June 11th, 2013, 06:34 PM
The foolproof way is to download the iso, use unetbootin to make a boot disk(usb), and reboot system.
boot from the disk(usb), upgrade to 13.04. :)

Bucky Ball
June 11th, 2013, 06:47 PM
Thread moved to Installation & Upgrades.

Unsure why this was in Absolute Beginners ...

You will have better luck posting under the correct category. Cheers. ;)

quarkhirad
June 11th, 2013, 07:40 PM
To upgrade it's easy, just open your terminal and run the following command:
do-release-upgrade

Hey hi yeah i got it running and then my net failed for some reason.Now that i have my net back i typed the command in terminal except this time it says no new releases found.

I then typed update-manager in terminal and after downloading some stuff it says

Not all upgrades can be installed

Run a partial upgrade to install as many updates as possible

This can be caused by:

Aprevious upgrade wich did'nt complete
problems with some of the installed software
unofficial software packages not provided by ubuntu
Normal changes of a pre-release verssion of ubuntu

If i click continue it gives me a list of packages. At the bottom it says 786Mb to be downloaded. This figure is off as when itried using the terminal with command do-release-upgrade it gave me a figure of 1073Mb and i had downloaded only around 80 Mb of files. Please help. How do i get my upgrade process back on track.

slickymaster
June 11th, 2013, 10:26 PM
Hey hi yeah i got it running and then my net failed for some reason.Now that i have my net back i typed the command in terminal except this time it says no new releases found.

I then typed update-manager in terminal and after downloading some stuff it says

Not all upgrades can be installed

Run a partial upgrade to install as many updates as possible

This can be caused by:

Aprevious upgrade wich did'nt complete
problems with some of the installed software
unofficial software packages not provided by ubuntu
Normal changes of a pre-release verssion of ubuntu

If i click continue it gives me a list of packages. At the bottom it says 786Mb to be downloaded. This figure is off as when itried using the terminal with command do-release-upgrade it gave me a figure of 1073Mb and i had downloaded only around 80 Mb of files. Please help. How do i get my upgrade process back on track.

First make sure you have evrything important backed up. Then try:
sudo apt-get install -fIf that runs without errors then:
sudo apt-get update && sudo apt-get dist-upgradeNote that is dist-upgrade not do-release-upgrade. Let us know what happens.

quarkhirad
June 13th, 2013, 04:15 PM
First make sure you have evrything important backed up. Then try:
sudo apt-get install -fIf that runs without errors then:
sudo apt-get update && sudo apt-get dist-upgradeNote that is dist-upgrade not do-release-upgrade. Let us know what happens.

Hey thanks i am running 13.04. The interesting thing is when i restarted the system after the upgrade i had everthying the same in looks my desktop log in etc. Thats cool :P.

slickymaster
June 13th, 2013, 04:27 PM
You're welcome.

Hey thanks i am running 13.04. The interesting thing is when i restarted the system after the upgrade i had everthying the same in looks my desktop log in etc. Thats cool :P.
That's what's expected, since you just perform an upgrade to your system, not a reinstall.