How to upgrade Ubuntu to specific version? [duplicate]

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite













This question already has an answer here:



  • How do I upgrade my Ubuntu server from one LTS version to another? Is this safe?

    1 answer



I am using Ubuntu-14.04 now, and want to upgrade to Ubuntu 16.04.



It will upgrade to the newest Ubuntu-17.10, if I use the commands below:



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


Does somebody knows "how can I upgrade Ubuntu to certain version (16.04) without re-installing system?



Thanks a lot.










share|improve this question















marked as duplicate by WinEunuuchs2Unix, Elder Geek, Eric Carvalho, dobey, karel Mar 29 at 12:21


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.


















    up vote
    0
    down vote

    favorite













    This question already has an answer here:



    • How do I upgrade my Ubuntu server from one LTS version to another? Is this safe?

      1 answer



    I am using Ubuntu-14.04 now, and want to upgrade to Ubuntu 16.04.



    It will upgrade to the newest Ubuntu-17.10, if I use the commands below:



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


    Does somebody knows "how can I upgrade Ubuntu to certain version (16.04) without re-installing system?



    Thanks a lot.










    share|improve this question















    marked as duplicate by WinEunuuchs2Unix, Elder Geek, Eric Carvalho, dobey, karel Mar 29 at 12:21


    This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite












      This question already has an answer here:



      • How do I upgrade my Ubuntu server from one LTS version to another? Is this safe?

        1 answer



      I am using Ubuntu-14.04 now, and want to upgrade to Ubuntu 16.04.



      It will upgrade to the newest Ubuntu-17.10, if I use the commands below:



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


      Does somebody knows "how can I upgrade Ubuntu to certain version (16.04) without re-installing system?



      Thanks a lot.










      share|improve this question
















      This question already has an answer here:



      • How do I upgrade my Ubuntu server from one LTS version to another? Is this safe?

        1 answer



      I am using Ubuntu-14.04 now, and want to upgrade to Ubuntu 16.04.



      It will upgrade to the newest Ubuntu-17.10, if I use the commands below:



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


      Does somebody knows "how can I upgrade Ubuntu to certain version (16.04) without re-installing system?



      Thanks a lot.





      This question already has an answer here:



      • How do I upgrade my Ubuntu server from one LTS version to another? Is this safe?

        1 answer







      14.04 16.04 upgrade system






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 29 at 10:48









      Arronical

      12.6k84489




      12.6k84489










      asked Mar 29 at 10:46









      may

      132




      132




      marked as duplicate by WinEunuuchs2Unix, Elder Geek, Eric Carvalho, dobey, karel Mar 29 at 12:21


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






      marked as duplicate by WinEunuuchs2Unix, Elder Geek, Eric Carvalho, dobey, karel Mar 29 at 12:21


      This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          Edit the /etc/update-manager/release-upgrades file with your favourite text editor.



          Change the value of the Prompt line to be: prompt=lts



          The do-release-upgrade command will now only upgrade to the next LTS release, which is currently 16.04. Be aware that the next LTS release 18.04 is due to be released soon, so it may be advisable to do this before that is released.






          share|improve this answer


















          • 2




            Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
            – WinEunuuchs2Unix
            Mar 29 at 10:59










          • There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
            – Panther
            Mar 29 at 14:38


















          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote



          accepted










          Edit the /etc/update-manager/release-upgrades file with your favourite text editor.



          Change the value of the Prompt line to be: prompt=lts



          The do-release-upgrade command will now only upgrade to the next LTS release, which is currently 16.04. Be aware that the next LTS release 18.04 is due to be released soon, so it may be advisable to do this before that is released.






          share|improve this answer


















          • 2




            Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
            – WinEunuuchs2Unix
            Mar 29 at 10:59










          • There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
            – Panther
            Mar 29 at 14:38















          up vote
          2
          down vote



          accepted










          Edit the /etc/update-manager/release-upgrades file with your favourite text editor.



          Change the value of the Prompt line to be: prompt=lts



          The do-release-upgrade command will now only upgrade to the next LTS release, which is currently 16.04. Be aware that the next LTS release 18.04 is due to be released soon, so it may be advisable to do this before that is released.






          share|improve this answer


















          • 2




            Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
            – WinEunuuchs2Unix
            Mar 29 at 10:59










          • There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
            – Panther
            Mar 29 at 14:38













          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          Edit the /etc/update-manager/release-upgrades file with your favourite text editor.



          Change the value of the Prompt line to be: prompt=lts



          The do-release-upgrade command will now only upgrade to the next LTS release, which is currently 16.04. Be aware that the next LTS release 18.04 is due to be released soon, so it may be advisable to do this before that is released.






          share|improve this answer














          Edit the /etc/update-manager/release-upgrades file with your favourite text editor.



          Change the value of the Prompt line to be: prompt=lts



          The do-release-upgrade command will now only upgrade to the next LTS release, which is currently 16.04. Be aware that the next LTS release 18.04 is due to be released soon, so it may be advisable to do this before that is released.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Mar 29 at 12:01









          Elder Geek

          25.3k949120




          25.3k949120










          answered Mar 29 at 10:56









          Arronical

          12.6k84489




          12.6k84489







          • 2




            Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
            – WinEunuuchs2Unix
            Mar 29 at 10:59










          • There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
            – Panther
            Mar 29 at 14:38













          • 2




            Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
            – WinEunuuchs2Unix
            Mar 29 at 10:59










          • There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
            – Panther
            Mar 29 at 14:38








          2




          2




          Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
          – WinEunuuchs2Unix
          Mar 29 at 10:59




          Indeed you don't want to be the first person to upgrade from 14.04 to 18.04 on a production system without duplicating data and trying in a test environment first.
          – WinEunuuchs2Unix
          Mar 29 at 10:59












          There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
          – Panther
          Mar 29 at 14:38





          There are so many changes from 14.04 to 18.04 honestly I would back up my data and do a fresh install of 18.04 . At the very least test 18.04 on a live USB before you upgrade.
          – Panther
          Mar 29 at 14:38



          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491