I’m using the repository at Index of /compute/cuda/repos/debian12/x86_64 for the NVidia drivers and CUDA libraries on a HPC system. In this repository there are the drivers version 565, however the nvidia-smi package is stuck at version 560.35.03-1. Because this nvidia-smi package depends on libnvidia-ml1=560.35.03-1, while the repository has libnvidia-ml1=565.57.01-1, the nvidia-smi deb is uninstallable.
Is the updated nvidia-smi pacakge is missing? Or is nvidia-smi now part of another deb package?
The nvidia-smi package have not been updated.
nvidia-open_565.57.01-1_amd64.deb - > 2024-10-21 17:34
nvidia-smi_560.35.03-1_amd64.deb → 2024-07-26 21:30
Hi, please install the meta package cuda-drivers
it will install all packages. nvidia-smi binary also has moved from nvidia-smi to the nvidia-cuda-driver package.
As you mentioned, it seems the nvidia-smi updates are lagging behind. To resolve the installation issues caused by dependency version conflicts with nvidia-smi, I have installed all dependencies by explicitly specifying their versions to match the latest version of nvidia-smi (560.35.03-1).
Below is the list of dependencies for your reference:
P.S.
The list includes not only nvidia-smi but also CUDA drivers and related dependencies.
this is so frustrating!, it’s from nov 2024, i’m at end of January 2025. I still can’t install nvidia-smi properly on debian.
i’m running pur debian 12. downloading the nvidia drivers from the site doesn’t work and not recommended by debian because it breaks stuff and make the screen black (literally had to reinstall my os) and i can’t use nvidia smi without some wierd roleback.
+1 I have spent few days to prepare my debian 12 and broke it because of this problem. Nvidia sucks a lot. Guys, with debian 12 do you know if we only use debian depot and not nvidia depot we can use nvidia-smi ?
With debian depot, on debian 11 it was working very well.
Thanks
Please kindly read this thread carefully before asking the same question over and over again…
For the n’th time: nvidia-smi has been moved to nvidia-driver-cuda package. More generally, make sure that you have one of the nvidia-open or cuda-drivers meta packages installed as is wRitten in The Fine Manual…