"nvidia-inst" command not found

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

image

Install it first:

sudo pacman -S nvidia-inst
1 Like

The older nvidia-dkms command was installed by default, I had no idea the new command is not :skull_and_crossbones:

1 Like

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.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.