I want to upgrade Ubuntu from verison 14.04 to 16.04.
Everything is fine until it reaches getting new packages. When it says "downloading new packages 2039 out of 2043" an error is appearing. It cannot download the the package. There is error downloading file:
Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/q/qtwebkit-opensource-src/libqt5webkit5_5.5.1+dfsg-2ubuntu1_amd64.deb Hash Sum mismatch
Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/f/fonts-liberation/fonts-liberation_1.07.4-1_all.deb Hash Sum mismatch
wget
to download the package directly and then place it in/var/cache/apt/archives
(or the equivalent on Ubuntu 16.04). It fixed most of the issues I had with hash sum mismatch issues. – NZD Aug 25 '16 at 07:13