Announcement

Collapse
No announcement yet.

14.10 install or so I thought

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    14.10 install or so I thought

    downloaded and burned kubuntu-14.04.1-desktop-amd64.iso

    Installed it. then i ran cat /etc/issue and it said 14.04.1, Ok, let's upgrade to 14.10

    Code:
    apt-get update
    apt-get dist-upgrade
    waited a bit (10 minutes or so) while it ran. reboot to CLI. run /cat/issue again. It still claims I am at 14.04.1
    Did I do something wrong? or am I looking in the wrong place. Splash screen on boot does day 14.04

    #2
    Ok.. you got the first part done.

    Now you just need to do the upgrade:

    Code:
    bweinel@beck:~$ sudo do-release-upgrade
    cheers,
    bill
    Last edited by bweinel; Feb 11, 2015, 02:21 PM.
    sigpic
    A person who never made a mistake never tried anything new. --Albert Einstein

    Comment


      #3
      Originally posted by bweinel View Post
      Ok.. you got the first part done.

      Now you just need to do the upgrade:

      Code:
      bweinel@beck:~$ sudo do-release-upgrade
      cheers,
      bill
      Well, i did that, but it replies
      Code:
      virgil@dads-kubuntu:~$ cat /etc/issue
      Ubuntu 14.04.1 LTS \n \l
      
      virgil@dads-kubuntu:~$ sudo do-release-upgrade
      Checking for a new Ubuntu release
      No new release found
      Seems the things that should work, don't. On the other hand, some things went very well. one of the few times I have been able to install the nvidia driver without issue.

      Comment


        #4
        You probably have do-release set to "LTS" only, thus no upgrade available. Try this:

        cat /etc/update-manager/release-upgrades |grep Prompt

        You will likely see this:

        Prompt=lts

        If so, and you want "normal" upgrades (every full release) to be available, just type this:

        sudo sed -i 's/=lts/=normal/' /etc/update-manager/release-upgrades

        Then try your sudo do-release-upgrade command again...

        Please Read Me

        Comment


          #5
          Originally posted by vsreeser View Post
          downloaded and burned kubuntu-14.04.1-desktop-amd64.iso

          Installed it. then i ran cat /etc/issue and it said 14.04.1, Ok, let's upgrade to 14.10

          Code:
          apt-get update
          apt-get dist-upgrade
          this is a common misconception,,,,,,,,,,,,"sudo apt-get dist-upgrade" dose NOT take you up a Kubuntu release version ,,,,, it just alows apt-get to remove an old ver. of a package and install a new ver, apt-get upgrade will not remove anything ,,, only update the current ver.

          +1 on what @oshunluvr has told you to do

          VINNY
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment


            #6
            Originally posted by oshunluvr View Post
            You probably have do-release set to "LTS" only, thus no upgrade available. Try this:

            cat /etc/update-manager/release-upgrades |grep Prompt

            You will likely see this:

            Prompt=lts

            If so, and you want "normal" upgrades (every full release) to be available, just type this:

            sudo sed -i 's/=lts/=normal/' /etc/update-manager/release-upgrades

            Then try your sudo do-release-upgrade command again...
            That did it. the release upgrade is going through now

            Comment


              #7
              Well, took a while. Well, 5 mins to download all the files, a lot longer than that to do the upgrade, but it's done. Now have to figure out if I want to put kde5 on here or not. If I can revert back to kde4 if 5 crashes a lot, I will jump in

              Comment

              Working...
              X