Page 1 of 1

[SOLVED] Missing MD5 checksum

Posted: 28 Jan 2018 05:50
by asqwerth
For the past 10 days, I have been having problems updating as quite a few of the packages (e.g. curl, wget, git) will not update in Gslapt or terminal due to the "Missing MD5 checksum" error message.

The same problem arises in respect of the kernel upgrades (needed to patch Meltdown vulnerabilities) that have to be done in the terminal.

For now I've updated in Gslapt on a piecemeal basis certain user-facing apps like Firefox, exaile, flash. But for the kernel upgrades at the very least, will it be safe to follow the terminal directions to override:

Code: Select all

Missing MD5 checksum, override with --no-md5

Re: Missing MD5 checksum

Posted: 28 Jan 2018 15:27
by djemos
type in a terminal

Code: Select all

sudo slapt-get --clean
sudo slapt-get -u
sudo slapt-get --upgrade
to install the kernel for 64 bit system, type

Code: Select all

sudo slapt-get -i kernel-firmware kernel-headers kernel-huge kernel-modules kernel-source
Before reboot run

Code: Select all

sudo update-grub
otherwise system will not boot.

Re: Missing MD5 checksum

Posted: 28 Jan 2018 16:46
by asqwerth
Thanks. All sorted.