I'm trying to install NVIDIA CUDA drivers on my Dell XPS 15 9560 laptop. Do you know how I can address this error? I attempted installing the missing packages using sudo apt install {package-name} without any success.
___@___-XPS-15-9560:~$ sudo apt install nvidia-cuda-toolkit
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libcuinj64-11.2 : Depends: libnvidia-compute-460 (>= 460) but it is not going to be installed or
libnvidia-compute-460-server (>= 460) but it is not going to be installed or
libcuda.so.1 (>= 460) but it is not installable or
libcuda-11.2-1
libnvidia-ml-dev : Depends: libnvidia-compute-460 (>= 460) but it is not going to be installed or
libnvidia-compute-460-server (>= 460) but it is not going to be installed or
libnvidia-ml.so.1 (>= 460) but it is not installable
nvidia-cuda-dev : Depends: libnvidia-compute-460 (>= 460) but it is not going to be installed or
libnvidia-compute-460-server (>= 460) but it is not going to be installed or
libcuda.so.1 (>= 460) but it is not installable or
libcuda-11.2-1
Recommends: libnvcuvid1 but it is not installable
E: Unable to correct problems, you have held broken packages.