Jetson Nano Unmet dependency after CUDA installation
Solution 1:
The solution was to force the installation to continue like this:
sudo apt-get -o dpkg::Options::="--force-overwrite" install --fix-broken
The solution was to force the installation to continue like this:
sudo apt-get -o dpkg::Options::="--force-overwrite" install --fix-broken