1

I am getting this error when trying to upgrade:

E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/linux-firmware/linux-firmware_1.157.15_all.deb  Hash Sum mismatch

To check what is wrong I downloaded the package from the address and checked the md5 which is showing something different in my machine from the one given on the website.

Zanna
  • 70,465
Chetan
  • 11
  • 1
  • 1
  • 2

2 Answers2

2

That generally means that the download was corrupted. Try the following to remove the downloaded file and retry the upgrade:

sudo apt-get clean
sudo apt-get upgrade
Chai T. Rex
  • 5,193
0

As an addendum to the previous answer:

Delete your local copy of the file. Choose a different apt mirror (to prevent caching of the corrupt download by some transparent proxy) and retry.

0x01
  • 269
  • 1
  • 8