Apt install cuda-profiler-api-11-4 failed

This is probably going to be resolved by someone who is in control of the .deb packages. However, I have found a solution.

There was a similar issue on stack overflow for fixing an old cuda instillation on x86 I found a while back but lost the link :(

Try this:

sudo apt --fix-broken install -o Dpkg::Options::="--force-overwrite"
12 Likes