I have just installed 16.04 LTS. However, I cannot update.
$ sudo apt-get update
Fetched 34,3 MB in 1h 51min 52s (5.110 B/s)
Reading package lists... Done
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/xenial-updates/universe/binary-i386/by-hash/SHA256/e145fc3961ba6091b075afe8b3a89a5f58e1346b7d6cb0a1f4166dfcc3201392 Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
I tried to many thing, but didn't help. I tried the solutions from Trouble downloading packages list due to a "Hash sum mismatch" error, but it didn't solve the problem.
sudo apt clean
after doingsudo rm -rf /var/lib/apt/lists/*
? – Gautam Vashisht Nov 07 '16 at 19:17Reading state information... Done Package opera is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'opera' has no installation candidate `
– dumadum Nov 08 '16 at 13:41sudo apt update
first and then dosudo apt install opera
– Gautam Vashisht Nov 08 '16 at 13:53