How to fix a hash error





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I type : sudo apt-get update in terminal and everything is okay exept that one :



http://us.archive.ubuntu.com/ubuntu/dists/bionic-updates/main/binary-amd64/by-hash/SHA256/dc4a2e2feb00361be7fb132b8b6642ebc1093babafe52e66733f04bf84eda153  Somme de contrôle de hachage incohérente
Hashes of expected file:
- Filesize:557796 [weak]
- SHA256:dc4a2e2feb00361be7fb132b8b6642ebc1093babafe52e66733f04bf84eda153
- SHA1:3b156054f17a03eed4661ecc0c7ab074b055f9fa [weak]
- MD5Sum:d4ac6cf132136b89d0b4cf56bc50f440 [weak]
Hashes of received file:
- SHA256:98b6f3654825dd68b48023147c3a8f4f9c73f6ae2125cf07eddcef250e315524
- SHA1:9abe37bf51c4d4506a2b365092b19dd7727ab623 [weak]
- MD5Sum:283fd9cb18a9d20e27c57d3baeb41492 [weak]
- Filesize:557796 [weak]
Last modification reported: Mon, 25 Mar 2019 12:55:55 +0000
Release file created at: Mon, 25 Mar 2019 12:55:32 +0000









share|improve this question































    0















    I type : sudo apt-get update in terminal and everything is okay exept that one :



    http://us.archive.ubuntu.com/ubuntu/dists/bionic-updates/main/binary-amd64/by-hash/SHA256/dc4a2e2feb00361be7fb132b8b6642ebc1093babafe52e66733f04bf84eda153  Somme de contrôle de hachage incohérente
    Hashes of expected file:
    - Filesize:557796 [weak]
    - SHA256:dc4a2e2feb00361be7fb132b8b6642ebc1093babafe52e66733f04bf84eda153
    - SHA1:3b156054f17a03eed4661ecc0c7ab074b055f9fa [weak]
    - MD5Sum:d4ac6cf132136b89d0b4cf56bc50f440 [weak]
    Hashes of received file:
    - SHA256:98b6f3654825dd68b48023147c3a8f4f9c73f6ae2125cf07eddcef250e315524
    - SHA1:9abe37bf51c4d4506a2b365092b19dd7727ab623 [weak]
    - MD5Sum:283fd9cb18a9d20e27c57d3baeb41492 [weak]
    - Filesize:557796 [weak]
    Last modification reported: Mon, 25 Mar 2019 12:55:55 +0000
    Release file created at: Mon, 25 Mar 2019 12:55:32 +0000









    share|improve this question



























      0












      0








      0








      I type : sudo apt-get update in terminal and everything is okay exept that one :



      http://us.archive.ubuntu.com/ubuntu/dists/bionic-updates/main/binary-amd64/by-hash/SHA256/dc4a2e2feb00361be7fb132b8b6642ebc1093babafe52e66733f04bf84eda153  Somme de contrôle de hachage incohérente
      Hashes of expected file:
      - Filesize:557796 [weak]
      - SHA256:dc4a2e2feb00361be7fb132b8b6642ebc1093babafe52e66733f04bf84eda153
      - SHA1:3b156054f17a03eed4661ecc0c7ab074b055f9fa [weak]
      - MD5Sum:d4ac6cf132136b89d0b4cf56bc50f440 [weak]
      Hashes of received file:
      - SHA256:98b6f3654825dd68b48023147c3a8f4f9c73f6ae2125cf07eddcef250e315524
      - SHA1:9abe37bf51c4d4506a2b365092b19dd7727ab623 [weak]
      - MD5Sum:283fd9cb18a9d20e27c57d3baeb41492 [weak]
      - Filesize:557796 [weak]
      Last modification reported: Mon, 25 Mar 2019 12:55:55 +0000
      Release file created at: Mon, 25 Mar 2019 12:55:32 +0000









      share|improve this question
















      I type : sudo apt-get update in terminal and everything is okay exept that one :



      http://us.archive.ubuntu.com/ubuntu/dists/bionic-updates/main/binary-amd64/by-hash/SHA256/dc4a2e2feb00361be7fb132b8b6642ebc1093babafe52e66733f04bf84eda153  Somme de contrôle de hachage incohérente
      Hashes of expected file:
      - Filesize:557796 [weak]
      - SHA256:dc4a2e2feb00361be7fb132b8b6642ebc1093babafe52e66733f04bf84eda153
      - SHA1:3b156054f17a03eed4661ecc0c7ab074b055f9fa [weak]
      - MD5Sum:d4ac6cf132136b89d0b4cf56bc50f440 [weak]
      Hashes of received file:
      - SHA256:98b6f3654825dd68b48023147c3a8f4f9c73f6ae2125cf07eddcef250e315524
      - SHA1:9abe37bf51c4d4506a2b365092b19dd7727ab623 [weak]
      - MD5Sum:283fd9cb18a9d20e27c57d3baeb41492 [weak]
      - Filesize:557796 [weak]
      Last modification reported: Mon, 25 Mar 2019 12:55:55 +0000
      Release file created at: Mon, 25 Mar 2019 12:55:32 +0000






      apt updates






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 25 at 17:46









      Jos

      14.8k54052




      14.8k54052










      asked Mar 25 at 16:39









      SAINtWCKSAINtWCK

      11




      11






















          1 Answer
          1






          active

          oldest

          votes


















          3














          It is an error with the hashsum. apt-get is geting a list with all hashes. If the hash in the list differs from the hash of the downloaded file, it won't be installed. That is very clever behavior.
          Most common for this issue are broken proxys or internet related filter.



          If it was just a hickup, try sudo apt-get clean, which will clear /var/lib/apt/lists/* and than try sudo apt-get update, again.
          If this won't work, check your connection, if there is any device or service that is messing up with your connection.






          share|improve this answer
























          • Thank you ! It’s works too. But I also change my server and the it’s done

            – SAINtWCK
            Mar 25 at 20:04












          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%2f1128594%2fhow-to-fix-a-hash-error%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          It is an error with the hashsum. apt-get is geting a list with all hashes. If the hash in the list differs from the hash of the downloaded file, it won't be installed. That is very clever behavior.
          Most common for this issue are broken proxys or internet related filter.



          If it was just a hickup, try sudo apt-get clean, which will clear /var/lib/apt/lists/* and than try sudo apt-get update, again.
          If this won't work, check your connection, if there is any device or service that is messing up with your connection.






          share|improve this answer
























          • Thank you ! It’s works too. But I also change my server and the it’s done

            – SAINtWCK
            Mar 25 at 20:04
















          3














          It is an error with the hashsum. apt-get is geting a list with all hashes. If the hash in the list differs from the hash of the downloaded file, it won't be installed. That is very clever behavior.
          Most common for this issue are broken proxys or internet related filter.



          If it was just a hickup, try sudo apt-get clean, which will clear /var/lib/apt/lists/* and than try sudo apt-get update, again.
          If this won't work, check your connection, if there is any device or service that is messing up with your connection.






          share|improve this answer
























          • Thank you ! It’s works too. But I also change my server and the it’s done

            – SAINtWCK
            Mar 25 at 20:04














          3












          3








          3







          It is an error with the hashsum. apt-get is geting a list with all hashes. If the hash in the list differs from the hash of the downloaded file, it won't be installed. That is very clever behavior.
          Most common for this issue are broken proxys or internet related filter.



          If it was just a hickup, try sudo apt-get clean, which will clear /var/lib/apt/lists/* and than try sudo apt-get update, again.
          If this won't work, check your connection, if there is any device or service that is messing up with your connection.






          share|improve this answer













          It is an error with the hashsum. apt-get is geting a list with all hashes. If the hash in the list differs from the hash of the downloaded file, it won't be installed. That is very clever behavior.
          Most common for this issue are broken proxys or internet related filter.



          If it was just a hickup, try sudo apt-get clean, which will clear /var/lib/apt/lists/* and than try sudo apt-get update, again.
          If this won't work, check your connection, if there is any device or service that is messing up with your connection.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 25 at 17:06









          LupusELupusE

          1197




          1197













          • Thank you ! It’s works too. But I also change my server and the it’s done

            – SAINtWCK
            Mar 25 at 20:04



















          • Thank you ! It’s works too. But I also change my server and the it’s done

            – SAINtWCK
            Mar 25 at 20:04

















          Thank you ! It’s works too. But I also change my server and the it’s done

          – SAINtWCK
          Mar 25 at 20:04





          Thank you ! It’s works too. But I also change my server and the it’s done

          – SAINtWCK
          Mar 25 at 20:04


















          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%2f1128594%2fhow-to-fix-a-hash-error%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

          How did Captain America manage to do this?

          迪纳利

          南乌拉尔铁路局