Error when install "cuda host( and other package)" by SDK manager

I’m trying to follow the installation instructions on this link to install the Host Components on my Ubuntu computer (and also the Jetson Nano after this) , and I get the following error message. Any thoughts, please? Thank you in advance!

Link:
https://docs.nvidia.com/sdk-manager/install-with-sdkm-jetson/index.html

My host computer setup & error screen shot:

My Terminal & error:
17:25:57 INFO : CUDA on Host : Reading package lists…
17:25:57 INFO : CUDA on Host : Building dependency tree…
17:25:57 INFO : CUDA on Host : Reading state information…
17:25:57 INFO : CUDA on Host : Some packages could not be installed. This may mean that you have
17:25:57 INFO : CUDA on Host : requested an impossible situation or if you are using the unstable
17:25:57 INFO : CUDA on Host : distribution that some required packages have not yet been created
17:25:57 INFO : CUDA on Host : or been moved out of Incoming.
17:25:57 INFO : CUDA on Host : The following information may help to resolve the situation:
17:25:57 INFO : CUDA on Host :
17:25:57 INFO : CUDA on Host : The following packages have unmet dependencies:
17:25:57 INFO : CUDA on Host : cuda-toolkit-10-0 : Depends: cuda-compiler-10-0 (>= 10.0.326) but 10.0.130-1 is to be installed
17:25:57 INFO : CUDA on Host : Depends: cuda-tools-10-0 (>= 10.0.326) but 10.0.130-1 is to be installed
17:25:57 INFO : CUDA on Host : Depends: cuda-samples-10-0 (>= 10.0.326) but 10.0.130-1 is to be installed
17:25:57 INFO : CUDA on Host : Depends: cuda-documentation-10-0 (>= 10.0.326) but 10.0.130-1 is to be installed
17:25:57 INFO : CUDA on Host : Depends: cuda-libraries-dev-10-0 (>= 10.0.326) but 10.0.130-1 is to be installed
17:25:57 INFO : CUDA on Host : Depends: cuda-nvml-dev-10-0 (>= 10.0.326) but 10.0.130-1 is to be installed
17:25:57 INFO : CUDA on Host : Depends: cuda-license-10-0 (>= 10.0.326) but 10.0.130-1 is to be installed

17:25:57 ERROR : CUDA on Host : E: Unable to correct problems, you have held broken packages.

17:25:57 INFO : CUDA on Host : [ Package Install Finished with Error ]
17:25:57 INFO : CUDA on Host : [ 96.00 KB used. Disk Avail: 91.13 GB ]
17:25:57 INFO : CUDA on Host : [ NV_CUDA_HOST_COMP Install took 6s ]
17:25:57 ERROR : CUDA on Host : apt install failed
17:25:57 INFO : CUDA on Host :
17:25:57 ERROR : CUDA on Host : command terminated with error
17:25:57 ERROR : CUDA on Host : install ‘CUDA on Host’ failure, command < cd ‘/home/cy10by/Downloads/nvidia/03212/JetPack_4.3_Linux’ ; ‘/opt/nvidia/sdkmanager/resources/app/output/installUtils/adapter’ -a=‘install’ -…

I tried to “repair” several times, but no use.

Try this and see if it then works:

sudo apt update
sudo apt --fix-broken install
sudo apt-get install libgconf-2-4 libcanberra-gtk-module
sudo apt-get install python

1 Like

Sorry being late.
Firstly, thanks sir, but these command seems doesn’t work. (nothing updated or fixed)

Finally i solved (or say skipped) this issue by setting up the “software & updates>>other software setting”.

  • i unchecked some items not necessary(that seems cause the errors)
    456465