CUDA install fails

I’m trying to setup the Optical Flow SDK and I managed after a lot of false starts to get the Geforce RTX2080 drivers installed, but I think during the process of trying to get those drivers installed I introduced some kind of corruption.

I’ve tried several solutions suggested by googleing specific parts of this error message (including apt --fix-broken install), but none seems to have any effect on the issue

Is anyone familiar with this particular error and can give me some guidance?

Thank you,
DougM

~$ sudo apt install cuda
[sudo] password for dougm:
Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run ‘apt --fix-broken install’ to correct these.
The following packages have unmet dependencies:
cuda : Depends: cuda-10-2 (>= 10.2.89) but it is not going to be installed
libcuinj64-9.1 : Depends: libcuda1 (>= 387.26) or
libcuda-9.1-1
libnvidia-ifr1-430:i386 : Depends: libnvidia-gl-430:i386 but it is not going to be installed
nvidia-driver-430 : Depends: libnvidia-gl-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
Depends: nvidia-dkms-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
Depends: nvidia-kernel-source-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
Depends: libnvidia-compute-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
Depends: nvidia-compute-utils-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
Depends: libnvidia-decode-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
Depends: libnvidia-encode-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
Depends: libnvidia-cfg1-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
Depends: libnvidia-ifr1-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
Depends: libnvidia-fbc1-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
Recommends: nvidia-settings but it is not going to be installed
Recommends: nvidia-prime (>= 0.8) but it is not going to be installed
Recommends: libnvidia-gl-430:i386 (= 430.50-0ubuntu0.18.04.2)
nvidia-utils-430 : Depends: libnvidia-compute-430 but it is not going to be installed
xserver-xorg-video-nvidia-430 : Depends: libnvidia-cfg1-430 (= 430.50-0ubuntu0.18.04.2) but it is not going to be installed
E: Unmet dependencies. Try ‘apt --fix-broken install’ with no packages (or specify a solution).

I’m running into the same issue. Maybe a new package push?