Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: How can I upgrade from 12.04 lts to raring?

  1. #1
    Join Date
    Feb 2007
    Beans
    152

    How can I upgrade from 12.04 lts to raring?

    as per title I have installed 12.04 lts (only a cli system).
    I'd like to know if there's a command or a method that would allow me to upgrade to Raring (raring daily cd do not seem to work on my pc)
    Last edited by sonnet; December 23rd, 2012 at 11:11 PM.

  2. #2
    wojox is offline I Ubuntu, Therefore, I Am
    Join Date
    Apr 2009
    Beans
    8,628

    Re: How can I upgrade from 12.04 lts to raring?

    Not directly, but if you upgrade to 12.10 you can easily upgrade to 13.04.

  3. #3
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: How can I upgrade from 12.04 lts to raring?


  4. #4
    Join Date
    Apr 2011
    Location
    Cinnamon land
    Beans
    422
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Re: How can I upgrade from 12.04 lts to raring?

    You will have to upgrade to Quantal first.

    Code:
     sudo apt-get install update-manager-core && sudo do-release-upgrade
    Source

    Raring Ringtail is a develpment release, so the command is slightly different. You need to already be running Quantal.

    Code:
     sudo apt-get install update-manager-core && sudo do-release-upgrade -d
    SOurce, same page as before.
    check out KDE Neon
    Dell Inspiron 5625, AMD Ryzen 7 5825U


  5. #5
    Join Date
    Feb 2007
    Beans
    152

    Re: How can I upgrade from 12.04 lts to raring?

    Sorry to be a pain in the chest,but i tried the command with a fresh installation(just to be safe) of Quantal (only the second part) and I got the bug illustrated here:

    https://bugs.launchpad.net/ubuntu/+s...r/+bug/1077676

    Any idea?

  6. #6
    Join Date
    Apr 2008
    Beans
    11,707

    Re: How can I upgrade from 12.04 lts to raring?

    Quote Originally Posted by sonnet View Post
    Sorry to be a pain in the chest,but i tried the command with a fresh installation(just to be safe) of Quantal (only the second part) and I got the bug illustrated here:

    https://bugs.launchpad.net/ubuntu/+s...r/+bug/1077676

    Any idea?
    Since you're open to fresh installs why not grab a fresh image here:

    http://iso.qa.ubuntu.com/qatracker/m...nes/243/builds

    No doubt it's always a crap shoot because they're testing iso's but what the hay

  7. #7
    Join Date
    Feb 2007
    Beans
    152

    Re: How can I upgrade from 12.04 lts to raring?

    Quote Originally Posted by kansasnoob View Post
    Since you're open to fresh installs why not grab a fresh image here:

    http://iso.qa.ubuntu.com/qatracker/m...nes/243/builds

    No doubt it's always a crap shoot because they're testing iso's but what the hay
    That was the initial plan, unfortunately I'm experiencing a nasty bug :
    http://ubuntuforums.org/showthread.php?t=2097429

    So I thought as alternative to install quantal and upgrade from there.
    But again I 'm experiencing another bug again in upgrading.
    It's all so depressing.

  8. #8
    Join Date
    Apr 2008
    Beans
    11,707

    Re: How can I upgrade from 12.04 lts to raring?

    Quote Originally Posted by sonnet View Post
    That was the initial plan, unfortunately I'm experiencing a nasty bug :
    http://ubuntuforums.org/showthread.php?t=2097429

    So I thought as alternative to install quantal and upgrade from there.
    But again I 'm experiencing another bug again in upgrading.
    It's all so depressing.
    Yeah, I hear ya'

    I'm trying to figure out the depends and recommends for the gnome remix:

    http://ubuntuforums.org/showpost.php...8&postcount=13

    Everything is rough right now. But that mini.iso does work if you're familiar with it.

  9. #9
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How can I upgrade from 12.04 lts to raring?

    There is a standard method that we used when the new development cycle started. We took an updated Quantal and changed the software sources/repositories to Raring.

    This is how I got my Raring install in the first place back in November. and being unable to get a Raring ISO image to work I converted a second Quantal just the other day. A lot of updates need to be done but it will still work.

    Code:
    sudo sed -i 's/quantal/raring/g' /etc/apt/sources.list
    That changes the repositories. Follow it with the usual

    Code:
    sudo apt-get update
    Code:
    sudo apt-get upgrade
    I am planning later today to install Gnome Remix. That will be Quantal and then use this method to convert it to Raring. If it does not work in this case I can easily re-install the 12.10 Remix.

    Regards.
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  10. #10
    Join Date
    Feb 2007
    Beans
    152

    Re: How can I upgrade from 12.04 lts to raring?

    Followed that and it worked: though I needed dist-upgrade to pull in the kernel upgrade

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •