Page 1 of 1

[SOLVED] Error on installing latest kernel updates

PostPosted: Jul 16th, '24, 04:31
by jtmh
The latest kernel updates have been out for days, but every time magapplet tells me there are updates:

Screenshot_20240716_094521.png
Screenshot_20240716_094521.png (71.78 KiB) Viewed 4329 times

and I install them, an error occurs:

Screenshot_20240716_094240.png
Screenshot_20240716_094240.png (30.49 KiB) Viewed 4329 times

Looks like a checksum error?

Re: Error on installing latest kernel updates

PostPosted: Jul 16th, '24, 11:40
by benmc
Hi

as root run the following:
Code: Select all
urpmi --clean

this will remove the defective package.
retry the update.
if issue recurs, see below.

possible reasons:
interrupted retrieval of the package from your local-est mirror.
timout during retrieval of the package from your local-est mirror.

for these two, check to see if you are using curl or wget, wget seems to be more reliable:
open Mageia Control Center => Configure media sources for install and update => Options ( top left of window ) => Global options => Download program to use: select wget + exit

corrupted mirror.
check https://mirrors.mageia.org/status to find a good other mirror.
remove your existing on-line repos and add a different mirror:
open Mageia Control Center => Configure media sources for install and update => File ( top left of window ) => Add a specific media mirror. follow the prompts, ok + exit

Re: Error on installing latest kernel updates

PostPosted: Jul 16th, '24, 12:07
by morgano

Re: Error on installing latest kernel updates

PostPosted: Jul 16th, '24, 16:52
by jtmh
After running:
Code: Select all
urpmi --clean

I've updated successfully. Thank you very much!

Re: Error on installing latest kernel updates

PostPosted: Jul 16th, '24, 20:07
by doktor5000
Please don't forget to mark the thread as solved, by editing the subject of the first post and prefix it with [SOLVED], thanks in advance.