this post was submitted on 24 Jun 2023
8 points (100.0% liked)

Arch Linux

7175 readers
23 users here now

The beloved lightweight distro

founded 4 years ago
MODERATORS
 

When I try to install mariadb via yay:

errore: impossibile scaricare il pacchetto 'mariadb-clients-10.11.4-1-x86_64.pkg.tar.zst' da archlinux.mirror.server24.net : The requested URL returned error: 404 errore: impossibile scaricare il pacchetto 'mariadb-10.11.4-1-x86_64.pkg.tar.zst' da archlinux.mirror.server24.net : The requested URL returned error: 404 errore: impossibile scaricare il pacchetto 'mariadb-libs-10.11.4-1-x86_64.pkg.tar.zst' da archlinux.mirror.server24.net : The requested URL returned error: 404 attenzione: troppi errori da archlinux.mirror.server24.net, ignoro il resto dell'operazione errore: impossibile scaricare il pacchetto 'liburing-2.4-1-x86_64.pkg.tar.zst' da archlinux.mirror.server24.net : The requested URL returned error: 404 attenzione: impossibile scaricare alcuni file errore: impossibile eseguire l'operazione richiesta (impossibile scaricare alcuni file) Si sono verificati degli errori, nessun pacchetto è stato aggiornato. -> error installing repo packages

This is in Italian, but basicily requesting the packages from archlinux.mirror.server24.net returns 404.

top 6 comments
sorted by: hot top controversial new old
[–] vepro 5 points 1 year ago* (last edited 1 year ago) (1 children)

Try pacman -Syu or just yay, if it doesn't work after that get new mirrors from here: https://archlinux.org/mirrorlist/, and paste them into /var/pacman.d/mirrorlist. Comment out/in mirrors as needed. If you did the latter, do a full system upgrade (yay) again just in case

[–] djtech 1 points 1 year ago

Fixed, the mirror that I used went offline so I changed it. Thanks

[–] ge_generation 4 points 1 year ago (2 children)

Can consider using reflector semi-regularly to keep your mirror list up-to-date. https://wiki.archlinux.org/title/Reflector

[–] djtech 1 points 1 year ago
[–] [email protected] 1 points 1 year ago

+1 for reflector. I set it up using the reflector service to automate the update process.

[–] ABeeinSpace 1 points 1 year ago

There was a pacman-mirrorlist update pushed out. I’ve seen reports of that package fixing some mirror issues.

Also definitely recommend installing reflector. If you enable reflector.timer (type “systemctl enable reflector.timer” in a terminal without quotes), the systemd service will run automatically.

Here’s the wiki link if you want more info: https://wiki.archlinux.org/title/Reflector