You are not logged in.
Hello,
On all mirror-servers I get an error 404 when I try to install the package extra/seabios.
https://archlinux.org/packages/extra/any/seabios/
pacman -S seabios
resolving dependencies...
looking for conflicting packages...
Package (1) New Version Net Change Download Size
extra/seabios 1.15.0-1 1,05 MiB 0,18 MiB
Total Download Size: 0,18 MiB
Total Installed Size: 1,05 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
seabios-1.15.0-1-any.pkg.tar.zst failed to download
error: failed retrieving file 'seabios-1.15.0-1-any.pkg.tar.zst' from mirror.selfnet.de : The requested URL returned error: 404
error: failed retrieving file 'seabios-1.15.0-1-any.pkg.tar.zst' from mirror.chaoticum.net : The requested URL returned error: 404
error: failed retrieving file 'seabios-1.15.0-1-any.pkg.tar.zst' from mirror.ubrco.de : The requested URL returned error: 404
error: failed retrieving file 'seabios-1.15.0-1-any.pkg.tar.zst' from pkg.fef.moe : The requested URL returned error: 404
error: failed retrieving file 'seabios-1.15.0-1-any.pkg.tar.zst' from mirror.wtnet.de : The requested URL returned error: 404
error: failed retrieving file 'seabios-1.15.0-1-any.pkg.tar.zst' from mirror.pseudoform.org : The requested URL returned error: 404
error: failed retrieving file 'seabios-1.15.0-1-any.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404
error: failed retrieving file 'seabios-1.15.0-1-any.pkg.tar.zst' from phinau.de : The requested URL returned error: 404
error: failed retrieving file 'seabios-1.15.0-1-any.pkg.tar.zst' from mirror.f4st.host : The requested URL returned error: 404
error: failed retrieving file 'seabios-1.15.0-1-any.pkg.tar.zst' from mirror.luzea.de : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.Offline
type "man pacman"
Offline
Partial upgrades are unsupported and old packages removed, update your entire system with
pacman -Syu seabiosOffline
Offline
Solved, thanks!
To better understand this, I had to update other packages as well because there were incompatibilities between seabios?
Offline
To better understand this, I had to update other packages as well because there were incompatibilities between seabios?
No, not in this case. Seabios doesn't have any dependencies so no incompatibilities with other packages on your system.
It's just that your pacman database hadn't been updated recently so pacman was looking for an old version which no longer exists on the mirrors.
Updating the pacman database should always be accomponied by an update of all packages on the system so that you don't end up in a partial update situation.
Offline