I am having some difficulty installing Asterisk on a 64bit Server. I get the following error and cant seem to find help about this.
Failed to fetch http://za.archive.ubuntu.com/ubuntu/pool/main/o/openais/libsaevt3_1.1.4-4_amd64.deb Hash Sum mismatch
My steps:
- Remove
/var/lib/apt/lists/* - Remove
/var/cache/apt/lists/partial...failed file apt-get cleanapt-get update
Outcome: Failed
Next step:
Download the libsaevt.deb package and use dkpg -i to install package
Outcome: Failed
Please help!
apt-get updaterun without failure? If no, what is the exact error message? What is the error message if your rundpkg -i libsaevt…? – qbi Jan 8 at 11:35Hash Sum mismatchisn't a dependency issue. It clearly indicates that the package filelibsaevt3_1.1.4-4_amd64.debis corrupt or tampered with from your download source. Choose another mirror and redo the steps you already did. (this is for possible future visitors mostly) – gertvdijk Jan 8 at 23:14