Jetson Nano: Failed to install sdkmanager_0.9.11-3405_amd64.deb

Hi All,

Please guide to install sdkmanager on Jetson nano
I have downloaded this .deb file from
the link avalilable on “Jetson Download Center”
under “All Jetson Developer Kits”
NVIDIA SDK Manager “https://developer.nvidia.com/embedded/dlc/nv-sdk-manager” here.

After executing “sudo apt install ./sdkmanager_0.9.11-3405_amd64.deb” following trace is displayed.

Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘sdkmanager:amd64’ instead of ‘./sdkmanager_0.9.11-3405_amd64.deb’
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
sdkmanager:amd64 : Depends: libgconf-2-4:amd64 but it is not installable
Depends: libcanberra-gtk-module:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.

Please guide to install sdkmanager on Jetson Nano.

Thanks in Advance.
Anand

Hi spark164,

Please download/execute the file to your host machine.

  1. Install the package:
    $ sudo apt install ./sdkmanager_0.9.11-3405_amd64.deb
  2. You can start SDK Manager using one of the following two methods:
    a. Launch SDK Manager from the Ubuntu launcher.
    b. Open a terminal and launch SDK Manager with the following command:
    $ sdkmanager

Please refer below two link from download and install:
https://docs.nvidia.com/sdk-manager/download-run-sdkm/index.html
http://docs.nvidia.com/sdk-manager/install-with-sdkm-jetson/index.html

Dear Carolyuu,

I’m having the same problem.

I followed the instructions exactly. As well, I have both dependencies installed.

Thanks in Advance,
jwblankenship

Having the same install problem on a new Jetson Nano.

Looking for the fix.

CrazzyJim