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.
6 Comments
vepro@lemmy.world · 5 pts · 3y
Try
pacman -Syuor justyay, 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 casedjtech@lemmy.world · 1 pts · 3y
Fixed, the mirror that I used went offline so I changed it. Thanks
ge_generation@lemmy.world · 4 pts · 3y
Can consider using reflector semi-regularly to keep your mirror list up-to-date. https://wiki.archlinux.org/title/Reflector
djtech@lemmy.world · 1 pts · 3y
Thanks
SirAramis@lemmy.ca · 1 pts · 3y
+1 for reflector. I set it up using the reflector service to automate the update process.
ABeeinSpace@lemmy.world · 1 pts · 3y
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