You are not logged in.
Hi,
I'm trying to install Gnome, but pacman gives me a lot of 404 errors (my connection is OK):
:: Vuoi procedere con l'installazione? [S/n]
:: Download dei pacchetti in corso...
impossibile scaricare openal-1.24.0-1-x86_64.pkg.tar.zst
Totale ( 1/266) 46,7 MiB 5,10 MiB/s 00:09 [#######################################] 100%
errore: impossibile scaricare il pacchetto 'openal-1.24.0-1-x86_64.pkg.tar.zst' da mirror.theo546.fr : The requested URL returned error: 404
errore: impossibile scaricare il pacchetto 'openal-1.24.0-1-x86_64.pkg.tar.zst' da al.arch.niranjan.co : The requested URL returned error: 404
and so on, for a lot of Arch mirrors.
All the errors concern openal-1.24.0-1-x86_64.pkg.tar.zst
Last edited by Franco_64 (2024-11-28 21:10:21)
Offline
Did you update your package database first with
pacman -Syu
? Are you able to install other packages?
Offline
Because openal is at 1.24.1-1
Either bad mirror (try reflector) or you're running partial updates.
pacman -Syu
Offline
I've done a general update with pacman -Syu about three hours ago and running reflector just 5 minutes before trying to install Gnome
Offline
Now I've done another pacman -Syu and all is ok.
Arch is a very rolling distro! :-)
Offline
Always run pacman -Syu before installing any packages.
Offline
You technically don't have to, but 404 is a strong indicator for a dated database, ie. you need to run "-Sy" and at that point your setting yourself up for partial updates which will either cause immediate problems or some later on (unless you make a mental note that you did this and check every subseqent pacman -S for whether the latest package versions predate your database update)
tl;dr
"Always run pacman -Syu when you encounter a 404 on a good mirror"
Offline