Unable to update Xubuntu from 14.04 to 16.04 using Update Manager












2















I tried to update from Xubuntu 14.04 to 16.04 using the sudo update-manager -d command, however, it stopped after the first step of the update due to poor internet connectivity and I closed it. When I re-attempted an upgrade with the same command, 16.04 was not being shown as an update possibility in the Software Updater. Instead when I used update-manager -d, I could only see that the update to 16.04 was available, but could not actually update because it needed root privileges. What might be going wrong?



Thanks in advance :)










share|improve this question














bumped to the homepage by Community 12 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    2















    I tried to update from Xubuntu 14.04 to 16.04 using the sudo update-manager -d command, however, it stopped after the first step of the update due to poor internet connectivity and I closed it. When I re-attempted an upgrade with the same command, 16.04 was not being shown as an update possibility in the Software Updater. Instead when I used update-manager -d, I could only see that the update to 16.04 was available, but could not actually update because it needed root privileges. What might be going wrong?



    Thanks in advance :)










    share|improve this question














    bumped to the homepage by Community 12 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      2












      2








      2


      1






      I tried to update from Xubuntu 14.04 to 16.04 using the sudo update-manager -d command, however, it stopped after the first step of the update due to poor internet connectivity and I closed it. When I re-attempted an upgrade with the same command, 16.04 was not being shown as an update possibility in the Software Updater. Instead when I used update-manager -d, I could only see that the update to 16.04 was available, but could not actually update because it needed root privileges. What might be going wrong?



      Thanks in advance :)










      share|improve this question














      I tried to update from Xubuntu 14.04 to 16.04 using the sudo update-manager -d command, however, it stopped after the first step of the update due to poor internet connectivity and I closed it. When I re-attempted an upgrade with the same command, 16.04 was not being shown as an update possibility in the Software Updater. Instead when I used update-manager -d, I could only see that the update to 16.04 was available, but could not actually update because it needed root privileges. What might be going wrong?



      Thanks in advance :)







      14.04 upgrade xubuntu 16.04






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked May 22 '16 at 18:16









      ChameleonChameleon

      1112




      1112





      bumped to the homepage by Community 12 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 12 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          2 Answers
          2






          active

          oldest

          votes


















          1














          Try this:



          First: You need to update the system.



          Open a terminal,


          Press Ctrl+Alt+T



          Run it:



          exec sudo -i
          apt-get update
          apt-get dist-upgrade
          apt-get autoremove
          apt-get clean


          Now edit the file /etc/update-manager/release-upgrades and change the value of Prompt from normal to lts, continue running:



          nano /etc/update-manager/release-upgrades


          Ctrl+O Save File



          Ctrl+X Close nano



          Reboot your system to finish installing updates, and to upgrade to new available version:



          Open a terminal,


          Press Ctrl+Alt+T



          Run it:



          exec sudo -i
          do-release-upgrade -d


          Software Updater will show up and search for the new LTS release



          However, Ubuntu 16.04 is available now.



          Press the button Upgrade to start upgrading to Ubuntu 16.04.



          The Software Updater will ask you to confirm still you want to upgrade, press Start Upgrade to begin installing Ubuntu 16.04.



          Now, the Software Updater will prepare to start setting up new software channels, and after a few minutes, the software updater will notify you the details the number of packages are going to be removed, and number of packages are going to be installed, press Start upgrade to continue.



          Ended the dist-upgrade, reboot your system and:



          Open a terminal,


          Press Ctrl+Alt+T



          Run it:



          exec sudo -i
          dpkg --configure -a
          apt-get -f install
          apt-get update
          apt-get dist-upgrade
          apt-get autoremove
          apt-get clean





          share|improve this answer
























          • I did a do-release-upgrade -d, and it worked!

            – Chameleon
            May 24 '16 at 7:01



















          0














          I had the same problem as you have. I did EXACTLY what you did and ended in same results: upgrade failed! When you change Ubuntu version you do an upgrade. A (ubuntu) distribution upgrade. When you change only any software version you do an update.



          After three days of trying i gave up and downloaded an ISO image and installed it via liveUSB.



          Anyways, you should be aware that an upgrade is possible via LiveUSB and it is faster than the Terminal command upgrade. USB file transfer is faster and much more reliable than an internet connection. I personally prefer do to a completely new install with each Ubuntu version because i don't inherit all the junk from previous one and i don't mess up the sources list with wrong ppas. It's actually very simple: boot up the LiveUSB, enter the desktop, click the Install Ubuntu icon and choose the "Replace Ubuntu 14 with Ubuntu 16" option.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f776024%2funable-to-update-xubuntu-from-14-04-to-16-04-using-update-manager%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1














            Try this:



            First: You need to update the system.



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            apt-get update
            apt-get dist-upgrade
            apt-get autoremove
            apt-get clean


            Now edit the file /etc/update-manager/release-upgrades and change the value of Prompt from normal to lts, continue running:



            nano /etc/update-manager/release-upgrades


            Ctrl+O Save File



            Ctrl+X Close nano



            Reboot your system to finish installing updates, and to upgrade to new available version:



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            do-release-upgrade -d


            Software Updater will show up and search for the new LTS release



            However, Ubuntu 16.04 is available now.



            Press the button Upgrade to start upgrading to Ubuntu 16.04.



            The Software Updater will ask you to confirm still you want to upgrade, press Start Upgrade to begin installing Ubuntu 16.04.



            Now, the Software Updater will prepare to start setting up new software channels, and after a few minutes, the software updater will notify you the details the number of packages are going to be removed, and number of packages are going to be installed, press Start upgrade to continue.



            Ended the dist-upgrade, reboot your system and:



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            dpkg --configure -a
            apt-get -f install
            apt-get update
            apt-get dist-upgrade
            apt-get autoremove
            apt-get clean





            share|improve this answer
























            • I did a do-release-upgrade -d, and it worked!

              – Chameleon
              May 24 '16 at 7:01
















            1














            Try this:



            First: You need to update the system.



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            apt-get update
            apt-get dist-upgrade
            apt-get autoremove
            apt-get clean


            Now edit the file /etc/update-manager/release-upgrades and change the value of Prompt from normal to lts, continue running:



            nano /etc/update-manager/release-upgrades


            Ctrl+O Save File



            Ctrl+X Close nano



            Reboot your system to finish installing updates, and to upgrade to new available version:



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            do-release-upgrade -d


            Software Updater will show up and search for the new LTS release



            However, Ubuntu 16.04 is available now.



            Press the button Upgrade to start upgrading to Ubuntu 16.04.



            The Software Updater will ask you to confirm still you want to upgrade, press Start Upgrade to begin installing Ubuntu 16.04.



            Now, the Software Updater will prepare to start setting up new software channels, and after a few minutes, the software updater will notify you the details the number of packages are going to be removed, and number of packages are going to be installed, press Start upgrade to continue.



            Ended the dist-upgrade, reboot your system and:



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            dpkg --configure -a
            apt-get -f install
            apt-get update
            apt-get dist-upgrade
            apt-get autoremove
            apt-get clean





            share|improve this answer
























            • I did a do-release-upgrade -d, and it worked!

              – Chameleon
              May 24 '16 at 7:01














            1












            1








            1







            Try this:



            First: You need to update the system.



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            apt-get update
            apt-get dist-upgrade
            apt-get autoremove
            apt-get clean


            Now edit the file /etc/update-manager/release-upgrades and change the value of Prompt from normal to lts, continue running:



            nano /etc/update-manager/release-upgrades


            Ctrl+O Save File



            Ctrl+X Close nano



            Reboot your system to finish installing updates, and to upgrade to new available version:



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            do-release-upgrade -d


            Software Updater will show up and search for the new LTS release



            However, Ubuntu 16.04 is available now.



            Press the button Upgrade to start upgrading to Ubuntu 16.04.



            The Software Updater will ask you to confirm still you want to upgrade, press Start Upgrade to begin installing Ubuntu 16.04.



            Now, the Software Updater will prepare to start setting up new software channels, and after a few minutes, the software updater will notify you the details the number of packages are going to be removed, and number of packages are going to be installed, press Start upgrade to continue.



            Ended the dist-upgrade, reboot your system and:



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            dpkg --configure -a
            apt-get -f install
            apt-get update
            apt-get dist-upgrade
            apt-get autoremove
            apt-get clean





            share|improve this answer













            Try this:



            First: You need to update the system.



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            apt-get update
            apt-get dist-upgrade
            apt-get autoremove
            apt-get clean


            Now edit the file /etc/update-manager/release-upgrades and change the value of Prompt from normal to lts, continue running:



            nano /etc/update-manager/release-upgrades


            Ctrl+O Save File



            Ctrl+X Close nano



            Reboot your system to finish installing updates, and to upgrade to new available version:



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            do-release-upgrade -d


            Software Updater will show up and search for the new LTS release



            However, Ubuntu 16.04 is available now.



            Press the button Upgrade to start upgrading to Ubuntu 16.04.



            The Software Updater will ask you to confirm still you want to upgrade, press Start Upgrade to begin installing Ubuntu 16.04.



            Now, the Software Updater will prepare to start setting up new software channels, and after a few minutes, the software updater will notify you the details the number of packages are going to be removed, and number of packages are going to be installed, press Start upgrade to continue.



            Ended the dist-upgrade, reboot your system and:



            Open a terminal,


            Press Ctrl+Alt+T



            Run it:



            exec sudo -i
            dpkg --configure -a
            apt-get -f install
            apt-get update
            apt-get dist-upgrade
            apt-get autoremove
            apt-get clean






            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered May 22 '16 at 23:15









            kyodakekyodake

            9,71011932




            9,71011932













            • I did a do-release-upgrade -d, and it worked!

              – Chameleon
              May 24 '16 at 7:01



















            • I did a do-release-upgrade -d, and it worked!

              – Chameleon
              May 24 '16 at 7:01

















            I did a do-release-upgrade -d, and it worked!

            – Chameleon
            May 24 '16 at 7:01





            I did a do-release-upgrade -d, and it worked!

            – Chameleon
            May 24 '16 at 7:01













            0














            I had the same problem as you have. I did EXACTLY what you did and ended in same results: upgrade failed! When you change Ubuntu version you do an upgrade. A (ubuntu) distribution upgrade. When you change only any software version you do an update.



            After three days of trying i gave up and downloaded an ISO image and installed it via liveUSB.



            Anyways, you should be aware that an upgrade is possible via LiveUSB and it is faster than the Terminal command upgrade. USB file transfer is faster and much more reliable than an internet connection. I personally prefer do to a completely new install with each Ubuntu version because i don't inherit all the junk from previous one and i don't mess up the sources list with wrong ppas. It's actually very simple: boot up the LiveUSB, enter the desktop, click the Install Ubuntu icon and choose the "Replace Ubuntu 14 with Ubuntu 16" option.






            share|improve this answer




























              0














              I had the same problem as you have. I did EXACTLY what you did and ended in same results: upgrade failed! When you change Ubuntu version you do an upgrade. A (ubuntu) distribution upgrade. When you change only any software version you do an update.



              After three days of trying i gave up and downloaded an ISO image and installed it via liveUSB.



              Anyways, you should be aware that an upgrade is possible via LiveUSB and it is faster than the Terminal command upgrade. USB file transfer is faster and much more reliable than an internet connection. I personally prefer do to a completely new install with each Ubuntu version because i don't inherit all the junk from previous one and i don't mess up the sources list with wrong ppas. It's actually very simple: boot up the LiveUSB, enter the desktop, click the Install Ubuntu icon and choose the "Replace Ubuntu 14 with Ubuntu 16" option.






              share|improve this answer


























                0












                0








                0







                I had the same problem as you have. I did EXACTLY what you did and ended in same results: upgrade failed! When you change Ubuntu version you do an upgrade. A (ubuntu) distribution upgrade. When you change only any software version you do an update.



                After three days of trying i gave up and downloaded an ISO image and installed it via liveUSB.



                Anyways, you should be aware that an upgrade is possible via LiveUSB and it is faster than the Terminal command upgrade. USB file transfer is faster and much more reliable than an internet connection. I personally prefer do to a completely new install with each Ubuntu version because i don't inherit all the junk from previous one and i don't mess up the sources list with wrong ppas. It's actually very simple: boot up the LiveUSB, enter the desktop, click the Install Ubuntu icon and choose the "Replace Ubuntu 14 with Ubuntu 16" option.






                share|improve this answer













                I had the same problem as you have. I did EXACTLY what you did and ended in same results: upgrade failed! When you change Ubuntu version you do an upgrade. A (ubuntu) distribution upgrade. When you change only any software version you do an update.



                After three days of trying i gave up and downloaded an ISO image and installed it via liveUSB.



                Anyways, you should be aware that an upgrade is possible via LiveUSB and it is faster than the Terminal command upgrade. USB file transfer is faster and much more reliable than an internet connection. I personally prefer do to a completely new install with each Ubuntu version because i don't inherit all the junk from previous one and i don't mess up the sources list with wrong ppas. It's actually very simple: boot up the LiveUSB, enter the desktop, click the Install Ubuntu icon and choose the "Replace Ubuntu 14 with Ubuntu 16" option.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 22 '16 at 20:38









                ipse luteipse lute

                2,0131926




                2,0131926






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f776024%2funable-to-update-xubuntu-from-14-04-to-16-04-using-update-manager%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    香粉寮

                    GameSpot