I would like to install the nvidia driver, but the command is not found, even if ran as sudo…

I would like to install the nvidia driver, but the command is not found, even if ran as sudo…

Install it first:
sudo pacman -S nvidia-inst
The older nvidia-dkms command was installed by default, I had no idea the new command is not ![]()
It is installed by default on new installs.
On similar cases you can use command
pacman -Qo foobar # you'll get: No package owns foobar
and that means you don’t have a package that includes app foobar.
You can also find which package includes an app:
sudo pkgfile -u # updates database
pkgfile <appname>
pkgfile is in package pkgfile.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.