I cant install calibre

yay -S calibre
Sync Explicit (1): calibre-6.29.0-1

too many errors from arch.mirror.constant.com, skipping for the rema

too many errors from ftp.halifax.rwth-aachen.de, skipping for the re…
failed to receive python-pyqt6-webengine-6.5.0-2-x86_64.pkg.tar.zst’ from mirrors.niyawe.de : The requested URL returned error: 404

etc etc Such messages from all mirrors
But all mirrors is alive
ping mirrors.niyawe.de
PING mirrors.niyawe.de (23.88.6.31) 56(84) bytes of data.
64 bytes from niyawe.de (23.88.6.31): icmp_seq=1 ttl=57 time=38.5 ms
64 bytes from niyawe.de (23.88.6.31): icmp_seq=2 ttl=57 time=38.7 ms
^C
mirrors.niyawe.de ping statistics —
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 38.510/38.588/38.667/0.078 ms

Have you tried refreshing your mirrors at all to see if this solves the problem?

Could also be a problem with your internet provider.

The problem is not with the provider or the mirrors. All packages are loaded except python-pyqt6-webengine-6.5.0-2-x86_64.pkg.tar.zs

The problem is that you are trying to retrieve a package: python-pyqt6-webengine-6.5.0-2 that is no longer available on the mirrors.

The current one is: python-pyqt6-webengine 6.6.0-1

This means that your local data base is out of sync.

Edit:Do as it is posted by @ajgringo619 here below.

That’s because the package upgraded to v6.6.0-1 on the 1st. You need to run yay -Syu calibre instead.

1 Like

Did I win? :laughing:

Alright then … you can have this one :laughing:

Thanks, Now its all right

The issue was that you were trying to install a single package on a system that was not updated for some time where the local data bases were out of sync with the current mirrors.

On Arch and by extension EnOS, you would need to always update your system before installing any package(s).

The command line given by @ajgringo619 does exactly that. Please mark their post as the solution of the thread. You could do so by clicking on ... and checking the box. This will mark the thread as solved and other users with similar problem will find the solution easier.

1 Like