[SOLVED] Missing MD5 checksum

You have a problem with Slackel? Post here and we'll do what we can to help.
Post Reply
asqwerth
Posts: 18
Joined: 02 May 2017 10:52

[SOLVED] Missing MD5 checksum

Post 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
Last edited by asqwerth on 29 Jan 2018 15:34, edited 1 time in total.
djemos
Site Admin
Posts: 673
Joined: 15 Apr 2016 06:03

Re: Missing MD5 checksum

Post 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.
asqwerth
Posts: 18
Joined: 02 May 2017 10:52

Re: Missing MD5 checksum

Post by asqwerth »

Thanks. All sorted.
Post Reply