When I upgrade my Ubuntu 14.04 to 16.04 and download new packages, I saw the following error message:
Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/f/fonts-noto-cjk/fonts-noto-cjk_1.004+repack2-1~ubuntu1_all.deb Size mismatch
When I upgrade my Ubuntu 14.04 to 16.04 and download new packages, I saw the following error message:
Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/f/fonts-noto-cjk/fonts-noto-cjk_1.004+repack2-1~ubuntu1_all.deb Size mismatch
If you are still using Ubuntu 14.04 and want to update it to Ubuntu 16.04, this mismatch could be due to the location you are downloading updates from. To solve the problem try this :
wget -c http://in.archive.ubuntu.com/ubuntu/pool/main/f/fonts-noto-cjk/fonts-noto-cjk_1.004+repack2-1~ubuntu1_all.deb
– Anwar Aug 14 '16 at 15:37