Receive error when update!?

I received these errors more than 5 times at the update.
What can be the reason?

sudo pacman -Syu

error: failed retrieving file 'python-grpcio-1.73.1-1-x86_64.pkg.tar.zst' from mirror.dkm.cz : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
error: failed retrieving file 'perl-image-exiftool-13.30-3-any.pkg.tar.zst.sig' from mirror.dkm.cz : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.

Hi @Usr2023,

The reason is probably your mirror and/or package lists being out of date:

  • To update your mirror list:

    sudo pacman-mirrors --fasttrack=5
    

    This will update your mirror list to 5 random up-to-date mirrors.

  • To update the package list:

     sudo pacman -y
    

And then continue what you’ve been doing.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.