Which Debian package contains the nvidia-drm kernel module?
nvidia-drm isn’t a package name. And
apt search nvidia | grep drm
didn’t show anything.
I’m also looking for the package that has nvidia-modeset. There’s a conflicting version installed and I want to remove the package, rather than deleting the conflicting .ko from kernel/drivers/.
It is probably nvidia-kernel-dkms, but why not install the meta package, nvidia-driver? It will install everything that you need.
Debian -- Details of package nvidia-driver in buster.
See the list below for all packages that contain nvidia.
https://packages.debian.org/search?keywords=nvidia&searchon=names&suite=stable§ion=all
In the future, you may want to use apt-cache search drm dkms or apt-cache list | grep -i drm dkms