[SOLVED] Bad SHA on file?

Posted:
Mar 4th, '25, 11:30
by andrewholmes
Among the number of updated software packages this weekend, I notice that lib64ffmpeg-static-devel-5.1.6-1.3.mga9.tainted.x86_64 does not verify and the odd thing is that deselecting this file seems to make no difference - drakrpm still tries to install it.
Why is this?
Re: Bad SHA on file?

Posted:
Mar 4th, '25, 14:52
by sturmvogel
This question gets asked really often in the forum. It is even mentioned in the Errata. Simply perform
- Code: Select all
urpmi --clean
as root.
https://wiki.mageia.org/en/Mageia_9_Err ... g_software
Re: Bad SHA on file?

Posted:
Mar 5th, '25, 02:38
by andrewholmes
Arrgh, you're right - I even made a note of it the last time it happened, and forgot it. Thanks.