While running the update at Ubuntu 14.04 LTS (Trusty Tahr). The following error is being encountered:
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-amd64/Packages Hash Sum mismatch
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-updates/multiverse/binary-i386/Packages Hash Sum mismatch
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch
W: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
command used:
sudo apt-get update
apt-get update
will refresh the whole thing from source – Justin Ludwig May 09 '15 at 20:17sudo apt-mirror
as usual afterwards to update the mirror and wait for it to finish. – Programster Apr 01 '16 at 09:30sudo rm /var/lib/apt/lists/* -vf
, I repeatedsudo apt-get clean; sudo apt-get update
several times, then finally this issue is fixed. – Eric May 04 '16 at 06:28