How to fix Ubuntu upgrade?

Multi tool use
Multi tool use

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











up vote
-1
down vote

favorite












Can`t upgrade ubuntu to newest version, get this errors:
while update manager starts



while press Continue



I tried to fix the errors through Synaptic, but the program did not see the broken packages. I also tried to fix errors using the terminal command, but it did not help



 $ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


so how to fix this strange error?







share|improve this question

























    up vote
    -1
    down vote

    favorite












    Can`t upgrade ubuntu to newest version, get this errors:
    while update manager starts



    while press Continue



    I tried to fix the errors through Synaptic, but the program did not see the broken packages. I also tried to fix errors using the terminal command, but it did not help



     $ sudo apt-get install -f
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


    so how to fix this strange error?







    share|improve this question























      up vote
      -1
      down vote

      favorite









      up vote
      -1
      down vote

      favorite











      Can`t upgrade ubuntu to newest version, get this errors:
      while update manager starts



      while press Continue



      I tried to fix the errors through Synaptic, but the program did not see the broken packages. I also tried to fix errors using the terminal command, but it did not help



       $ sudo apt-get install -f
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


      so how to fix this strange error?







      share|improve this question













      Can`t upgrade ubuntu to newest version, get this errors:
      while update manager starts



      while press Continue



      I tried to fix the errors through Synaptic, but the program did not see the broken packages. I also tried to fix errors using the terminal command, but it did not help



       $ sudo apt-get install -f
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


      so how to fix this strange error?









      share|improve this question












      share|improve this question




      share|improve this question








      edited Apr 29 at 13:27









      Jeff Schaller

      31.1k846105




      31.1k846105









      asked Apr 27 at 9:59









      George Lu

      11




      11




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          The first thing to to is to run on a terminal:




          # apt-get update



          # apt-get dist-upgrade




          The output from the upgrade could give a bit more information about what has happened.



          If the issue does not get resolved by dist-upgrade then you might have a problem in your source.list files. In that case, we need to know what is in them, so you need to share what's in the /etc/apt/sources.list file and also what's in every file inside /etc/apt/sources.list.d/.






          share|improve this answer






























            up vote
            0
            down vote













            Replace the version name with the new Ubuntu version name (e.g trusty to xenial) in /etc/apt/sources.list and any others in /etc/apt/sources.list.d/* feel free to use sed.



            Then:



            • apt-get update

            • apt-get upgrade

            • apt-get dist-upgrade





            share|improve this answer





















              Your Answer







              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "106"
              ;
              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',
              convertImagesToLinks: false,
              noModals: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );








               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f440380%2fhow-to-fix-ubuntu-upgrade%23new-answer', 'question_page');

              );

              Post as a guest






























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              1
              down vote













              The first thing to to is to run on a terminal:




              # apt-get update



              # apt-get dist-upgrade




              The output from the upgrade could give a bit more information about what has happened.



              If the issue does not get resolved by dist-upgrade then you might have a problem in your source.list files. In that case, we need to know what is in them, so you need to share what's in the /etc/apt/sources.list file and also what's in every file inside /etc/apt/sources.list.d/.






              share|improve this answer



























                up vote
                1
                down vote













                The first thing to to is to run on a terminal:




                # apt-get update



                # apt-get dist-upgrade




                The output from the upgrade could give a bit more information about what has happened.



                If the issue does not get resolved by dist-upgrade then you might have a problem in your source.list files. In that case, we need to know what is in them, so you need to share what's in the /etc/apt/sources.list file and also what's in every file inside /etc/apt/sources.list.d/.






                share|improve this answer

























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  The first thing to to is to run on a terminal:




                  # apt-get update



                  # apt-get dist-upgrade




                  The output from the upgrade could give a bit more information about what has happened.



                  If the issue does not get resolved by dist-upgrade then you might have a problem in your source.list files. In that case, we need to know what is in them, so you need to share what's in the /etc/apt/sources.list file and also what's in every file inside /etc/apt/sources.list.d/.






                  share|improve this answer















                  The first thing to to is to run on a terminal:




                  # apt-get update



                  # apt-get dist-upgrade




                  The output from the upgrade could give a bit more information about what has happened.



                  If the issue does not get resolved by dist-upgrade then you might have a problem in your source.list files. In that case, we need to know what is in them, so you need to share what's in the /etc/apt/sources.list file and also what's in every file inside /etc/apt/sources.list.d/.







                  share|improve this answer















                  share|improve this answer



                  share|improve this answer








                  edited Apr 27 at 12:36









                  GAD3R

                  22.2k154891




                  22.2k154891











                  answered Apr 27 at 12:18









                  Francisco

                  1607




                  1607






















                      up vote
                      0
                      down vote













                      Replace the version name with the new Ubuntu version name (e.g trusty to xenial) in /etc/apt/sources.list and any others in /etc/apt/sources.list.d/* feel free to use sed.



                      Then:



                      • apt-get update

                      • apt-get upgrade

                      • apt-get dist-upgrade





                      share|improve this answer

























                        up vote
                        0
                        down vote













                        Replace the version name with the new Ubuntu version name (e.g trusty to xenial) in /etc/apt/sources.list and any others in /etc/apt/sources.list.d/* feel free to use sed.



                        Then:



                        • apt-get update

                        • apt-get upgrade

                        • apt-get dist-upgrade





                        share|improve this answer























                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          Replace the version name with the new Ubuntu version name (e.g trusty to xenial) in /etc/apt/sources.list and any others in /etc/apt/sources.list.d/* feel free to use sed.



                          Then:



                          • apt-get update

                          • apt-get upgrade

                          • apt-get dist-upgrade





                          share|improve this answer













                          Replace the version name with the new Ubuntu version name (e.g trusty to xenial) in /etc/apt/sources.list and any others in /etc/apt/sources.list.d/* feel free to use sed.



                          Then:



                          • apt-get update

                          • apt-get upgrade

                          • apt-get dist-upgrade






                          share|improve this answer













                          share|improve this answer



                          share|improve this answer











                          answered Apr 27 at 14:48









                          Timothy Frew

                          20117




                          20117






















                               

                              draft saved


                              draft discarded


























                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f440380%2fhow-to-fix-ubuntu-upgrade%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              drJwUMcanoGxj6mq4NmoQI2W9un1n7VVdlm 52mBo2,n5xA,hp3tU oGC,D3TO5uLoV7by,KX,iq
                              BUS9Rnv 4Z6aL76gf q1m4ylub,5E,GbRcR9ywnLzfnYI9L oXOEha,MK3eb,qCMzFQ WruU

                              Popular posts from this blog

                              How to check contact read email or not when send email to Individual?

                              How many registers does an x86_64 CPU actually have?

                              Displaying single band from multi-band raster using QGIS