When I run sudo apt-get update I get four Hash Sum mismatch errors:
W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch
W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch
W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch
W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch
I tried fixing this with
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
but that didn't work and neither did
sudo apt-get clean
sudo apt-get update
or
sudo apt-get dist-upgrade
sudo apt-get update
Is there any other way I can try to fix this?