Nvidia-settings package cannot be install on my machine, here’s what happens when I try to install it:
[pbvie@pbvpc ~]$ sudo pacman -S nvidia-settings
…
:: nvidia-utils and nvidia-470xx-utils are in conflict (nvidia-libgl). Remove nvidia-470xx-utils? [y/N] y
:: libxnvctrl and libxnvctrl-470xx are in conflict. Remove libxnvctrl-470xx? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: removing nvidia-470xx-utils breaks dependency ‘nvidia-470xx-utils=470.182.03’ required by lib32-nvidia-470xx-utils
:: removing nvidia-470xx-utils breaks dependency ‘nvidia-utils=470.182.03’ required by linux61-nvidia-470xx
[pbvie@pbvpc ~]$ sudo pacman -S nvidia-settings
resolving dependencies…
looking for conflicting packages…
:: nvidia-utils and nvidia-470xx-utils are in conflict (nvidia-libgl). Remove nvidia-470xx-utils? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: nvidia-utils and nvidia-470xx-utils are in conflict
:: Retrieving packages…
nvidia-470xx-settings-470.182.03-2-x86_64.pkg.tar.zst failed to download
error: failed retrieving file ‘nvidia-470xx-settings-470.182.03-2-x86_64.pkg.tar.zst’ from uvermont. mm. fcix. net : The requested URL returned error: 404
error: failed retrieving file ‘nvidia-470xx-settings-470.182.03-2-x86_64.pkg.tar.zst’ from mirror.fcix. net : The requested URL returned error: 404
error: failed retrieving file ‘nvidia-470xx-settings-470.182.03-2-x86_64.pkg.tar.zst’ from manjaro.ynh. ovh : The requested URL returned error: 404
error: failed retrieving file ‘nvidia-470xx-settings-470.182.03-2-x86_64.pkg.tar.zst’ from mirror.math.princeton. edu : The requested URL returned error: 404
error: failed retrieving file ‘nvidia-470xx-settings-470.182.03-2-x86_64.pkg.tar.zst’ from edgeuno-bog2.mm.fcix. net : The requested URL returned error: 404
error: failed retrieving file ‘nvidia-470xx-settings-470.182.03-2-x86_64.pkg.tar.zst’ from mirrors.colocall. net : The requested URL returned error: 404
error: failed retrieving file ‘nvidia-470xx-settings-470.182.03-2-x86_64.pkg.tar.zst’ from mirror.freedif. org : The requested URL returned error: 404
error: failed retrieving file ‘nvidia-470xx-settings-470.182.03-2-x86_64.pkg.tar.zst’ from mirror.ufro. cl : 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.
I had to add spaces to the links because I can’t post links here
Thanks! It seems pacman was trying to download 03-2 version when the up-to-date version was 03-3. I assumed that pacman -y would be enough to make sure it didn’t happen, but alas. I removed the AUR package and installed the one from extra repository. It works. Thanks again!