Are warning messages about duplicate packages blocking?

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








up vote
0
down vote

favorite












In this question, we learn how to clean up the duplicate message warnings when running apt-get.



What I am wondering is are these duplicate source messages, blocking, which prevent updates or informational -- do they need to be cleaned up, or are just visual spam?



I can't tell if I have no updates, or if because of the duplicates its not checking further.







share|improve this question


























    up vote
    0
    down vote

    favorite












    In this question, we learn how to clean up the duplicate message warnings when running apt-get.



    What I am wondering is are these duplicate source messages, blocking, which prevent updates or informational -- do they need to be cleaned up, or are just visual spam?



    I can't tell if I have no updates, or if because of the duplicates its not checking further.







    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      In this question, we learn how to clean up the duplicate message warnings when running apt-get.



      What I am wondering is are these duplicate source messages, blocking, which prevent updates or informational -- do they need to be cleaned up, or are just visual spam?



      I can't tell if I have no updates, or if because of the duplicates its not checking further.







      share|improve this question














      In this question, we learn how to clean up the duplicate message warnings when running apt-get.



      What I am wondering is are these duplicate source messages, blocking, which prevent updates or informational -- do they need to be cleaned up, or are just visual spam?



      I can't tell if I have no updates, or if because of the duplicates its not checking further.









      share|improve this question













      share|improve this question




      share|improve this question








      edited May 23 at 17:15

























      asked May 18 at 22:24









      Rowan Hawkins

      1034




      1034




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          In general, the lines that begin with W are warnings, those with an initial E indicate errors, and N indicates a Note. For example,



          W: http://repo.sinew.in/dists/stable/InRelease: Signature by key B6DA722E2E65721AF54B93966F7565879798C2FC uses weak digest algorithm (SHA1)
          E: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/xenial/main/source/Sources 404 Not Found [IP: 91.189.92.152 80]
          ^


          For these two, there's nothing to be done at your end for the "weak digest algorithm" - it causes no active harm. However, the "404" error indicates a failure that should be fixed, as it describes a lack of connection/misconfiguration.



          In general, in the Linux/Unix world, silence implies success. If the program issues a message, you should least consider it, and try to figure out what it means.






          share|improve this answer






















          • I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
            – Rowan Hawkins
            May 23 at 17:13










          • @RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
            – Thomas Ward♦
            May 23 at 17:17











          • @ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
            – Rowan Hawkins
            May 23 at 17:57










          • @Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
            – Thomas Ward♦
            May 23 at 18:25










          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',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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%2faskubuntu.com%2fquestions%2f1037901%2fare-warning-messages-about-duplicate-packages-blocking%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote



          accepted










          In general, the lines that begin with W are warnings, those with an initial E indicate errors, and N indicates a Note. For example,



          W: http://repo.sinew.in/dists/stable/InRelease: Signature by key B6DA722E2E65721AF54B93966F7565879798C2FC uses weak digest algorithm (SHA1)
          E: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/xenial/main/source/Sources 404 Not Found [IP: 91.189.92.152 80]
          ^


          For these two, there's nothing to be done at your end for the "weak digest algorithm" - it causes no active harm. However, the "404" error indicates a failure that should be fixed, as it describes a lack of connection/misconfiguration.



          In general, in the Linux/Unix world, silence implies success. If the program issues a message, you should least consider it, and try to figure out what it means.






          share|improve this answer






















          • I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
            – Rowan Hawkins
            May 23 at 17:13










          • @RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
            – Thomas Ward♦
            May 23 at 17:17











          • @ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
            – Rowan Hawkins
            May 23 at 17:57










          • @Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
            – Thomas Ward♦
            May 23 at 18:25














          up vote
          1
          down vote



          accepted










          In general, the lines that begin with W are warnings, those with an initial E indicate errors, and N indicates a Note. For example,



          W: http://repo.sinew.in/dists/stable/InRelease: Signature by key B6DA722E2E65721AF54B93966F7565879798C2FC uses weak digest algorithm (SHA1)
          E: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/xenial/main/source/Sources 404 Not Found [IP: 91.189.92.152 80]
          ^


          For these two, there's nothing to be done at your end for the "weak digest algorithm" - it causes no active harm. However, the "404" error indicates a failure that should be fixed, as it describes a lack of connection/misconfiguration.



          In general, in the Linux/Unix world, silence implies success. If the program issues a message, you should least consider it, and try to figure out what it means.






          share|improve this answer






















          • I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
            – Rowan Hawkins
            May 23 at 17:13










          • @RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
            – Thomas Ward♦
            May 23 at 17:17











          • @ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
            – Rowan Hawkins
            May 23 at 17:57










          • @Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
            – Thomas Ward♦
            May 23 at 18:25












          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          In general, the lines that begin with W are warnings, those with an initial E indicate errors, and N indicates a Note. For example,



          W: http://repo.sinew.in/dists/stable/InRelease: Signature by key B6DA722E2E65721AF54B93966F7565879798C2FC uses weak digest algorithm (SHA1)
          E: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/xenial/main/source/Sources 404 Not Found [IP: 91.189.92.152 80]
          ^


          For these two, there's nothing to be done at your end for the "weak digest algorithm" - it causes no active harm. However, the "404" error indicates a failure that should be fixed, as it describes a lack of connection/misconfiguration.



          In general, in the Linux/Unix world, silence implies success. If the program issues a message, you should least consider it, and try to figure out what it means.






          share|improve this answer














          In general, the lines that begin with W are warnings, those with an initial E indicate errors, and N indicates a Note. For example,



          W: http://repo.sinew.in/dists/stable/InRelease: Signature by key B6DA722E2E65721AF54B93966F7565879798C2FC uses weak digest algorithm (SHA1)
          E: Failed to fetch http://extras.ubuntu.com/ubuntu/dists/xenial/main/source/Sources 404 Not Found [IP: 91.189.92.152 80]
          ^


          For these two, there's nothing to be done at your end for the "weak digest algorithm" - it causes no active harm. However, the "404" error indicates a failure that should be fixed, as it describes a lack of connection/misconfiguration.



          In general, in the Linux/Unix world, silence implies success. If the program issues a message, you should least consider it, and try to figure out what it means.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited May 18 at 23:43

























          answered May 18 at 23:37









          waltinator

          20.3k73968




          20.3k73968











          • I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
            – Rowan Hawkins
            May 23 at 17:13










          • @RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
            – Thomas Ward♦
            May 23 at 17:17











          • @ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
            – Rowan Hawkins
            May 23 at 17:57










          • @Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
            – Thomas Ward♦
            May 23 at 18:25
















          • I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
            – Rowan Hawkins
            May 23 at 17:13










          • @RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
            – Thomas Ward♦
            May 23 at 17:17











          • @ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
            – Rowan Hawkins
            May 23 at 17:57










          • @Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
            – Thomas Ward♦
            May 23 at 18:25















          I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
          – Rowan Hawkins
          May 23 at 17:13




          I was asking specific to situation in the linked thread. Duplicate entries. I cant tell if there is simply nothing to update, or if because of the duplicate sources it was failing to check. None of my links are reporting 404. I will update the question. Sorry about the delay in responding.
          – Rowan Hawkins
          May 23 at 17:13












          @RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
          – Thomas Ward♦
          May 23 at 17:17





          @RowanHawkins Warnings vs. Errors typically remains the same regardless of the specific case. In that thread you reference there's both warnings and errors. Warnings are warnings, Errors are Errors, and that doesn't change on context of what the messages themselves are. Most, if not all, 'warnings' are non-blocking to my knowledge.
          – Thomas Ward♦
          May 23 at 17:17













          @ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
          – Rowan Hawkins
          May 23 at 17:57




          @ThomasWard you say most warnings are not blocking. That would imply that some are blocking. Which variety, blocking or non-blocking are warnings related to duplicate source messages.
          – Rowan Hawkins
          May 23 at 17:57












          @Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
          – Thomas Ward♦
          May 23 at 18:25




          @Rowan All the warnings in the context of your post fit the "non blocking" category, and I believe that all warnings are non-blocking but was being cautious with wording. (Therefore: Most, if not all, 'warnings' are non-blocking to my knowledge.)
          – Thomas Ward♦
          May 23 at 18:25












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1037901%2fare-warning-messages-about-duplicate-packages-blocking%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Trouble downloading packages list due to a “Hash sum mismatch” error

          How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

          How do I move numbers in filenames, in a batch renaming operation?