I’m new to Ubuntu, so apologies if this is an easy fix. I’ve been trying to get yolov3 working for live video classification with gpu. I installed cuda but messed it up somewhere and now I’m stuck with a broken installation. I’ve tried running a bunch of commands like sudo-apt --fix-broken install but it gives me the following errors:
Err:1 file:/var/cuda-repo-ubuntu1804-11-0-local libnvidia-compute-450 450.51.05-0ubuntu1 File not found - /var/cuda-repo-ubuntu1804-11-0-local/./libnvidia-compute-450_450.51.05-0ubuntu1_arm64.deb (2: No such file or directory) Get:2 file:/var/cuda-repo-ubuntu1804-11-0-local libnvidia-gl-450 450.51.05-0ubuntu1 [54.9 MB] Err:2 file:/var/cuda-repo-ubuntu1804-11-0-local libnvidia-gl-450 450.51.05-0ubuntu1 File not found - /var/cuda-repo-ubuntu1804-11-0-local/./libnvidia-gl-450_450.51.05-0ubuntu1_arm64.deb (2: No such file or directory) E: Failed to fetch file:/var/cuda-repo-ubuntu1804-11-0-local/./libnvidia-compute-450_450.51.05-0ubuntu1_arm64.deb File not found - /var/cuda-repo-ubuntu1804-11-0-local/./libnvidia-compute-450_450.51.05-0ubuntu1_arm64.deb (2: No such file or directory) E: Failed to fetch file:/var/cuda-repo-ubuntu1804-11-0-local/./libnvidia-gl-450_450.51.05-0ubuntu1_arm64.deb File not found - /var/cuda-repo-ubuntu1804-11-0-local/./libnvidia-gl-450_450.51.05-0ubuntu1_arm64.deb (2: No such file or directory) E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I’ve tried removing CUDA entirely so I can reinstall, but nothings worked so far. Please help!