Announcement

Collapse
No announcement yet.

From 16.04 LTS to 15.10

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

    From 16.04 LTS to 15.10

    How do i get there from my terminal ?
    trying update and dist-upgrade and nothing is working there.
    also changed on the "discover" to get "normal" releases also.

    #2
    If you really mean From 16.04 LTS to 15.10

    then you don't.

    15.10 is older so you can't 'upgrade' to it from 16.04.
    On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

    Comment


      #3
      If you do mean 15.10 to 16.04 LTS then:

      Code:
      sudo apt update && sudo apt full-upgrade
      sudo do-release-upgrade -d
      The first line makes sure you are up to date on your current version. The second does the upgrade.

      It is recommended to perform a clean install. In such a case you can run
      Code:
      dpkg --get-selections > /home/YOUR_USER/software.txt
      before installing and copy it somewhere safe. After the install and initial update, run the following to install all your software:
      Code:
      sudo apt update
      sudo dpkg --set-selections < /home/YOUR_USER/software.txt
      sudo apt-get dselect-upgrade
      Personally, I've had mixed results with *buntu release upgrades.
      If you're sitting wondering,
      Which Batman is the best,
      There's only one true answer my friend,
      It's Adam Bloody West!

      Comment


        #4
        no need for '-d' AFAIR
        Code:
        do-release-upgrade -m desktop
        worked fine in a wily VM the other day.
        On #kubuntu-devel & #kubuntu on libera.chat - IRC Nick: RikMills - Launchpad ID: click

        Comment


          #5
          Having re-read the help text the -d switch doesn't mean desktop which may explain my mixed results!
          If you're sitting wondering,
          Which Batman is the best,
          There's only one true answer my friend,
          It's Adam Bloody West!

          Comment

          Working...
          X