ERROR while installing sdk_manager

Wanna install nvidia Openvx sample example . I am facing the below error . Please help here

Command : sudo dpkg -i sdkmanager_0.9.12-4180_amd64.deb
Selecting previously unselected package sdkmanager:amd64.
(Reading database … 169014 files and directories currently installed.)
Preparing to unpack sdkmanager_0.9.12-4180_amd64.deb …
Unpacking sdkmanager:amd64 (0.9.12-4180) …
dpkg: dependency problems prevent configuration of sdkmanager:amd64:
sdkmanager:amd64 depends on libgconf-2-4.
sdkmanager:amd64 depends on libcanberra-gtk-module.

dpkg: error processing package sdkmanager:amd64 (–install):
dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) …
Processing triggers for desktop-file-utils (0.22-1ubuntu5.2) …
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1) …
Rebuilding /usr/share/applications/bamf-2.index…
Processing triggers for mime-support (3.59ubuntu1) …
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) …
Errors were encountered while processing:
sdkmanager:amd64

Hi th_ankit,

Please using below command and run again:

$ sudo apt install ./sdkmanager_0.9.12-4180_amd64.deb
$ sdkmanager

Hi Carolyuu ,

Thanks for your reply.

But Still i am facing the same problem .

  1. sudo apt install ./sdkmanager_0.9.12-4180_amd64.deb .

Reading package lists… Done
Building dependency tree
Reading state information… Done
You might want to run ‘apt-get -f install’ to correct these.
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: Unmet dependencies. Try using -f.

  1. sudo apt -f install ./sdkmanager_0.9.12-4180_amd64.deb

Reading package lists… Done
Building dependency tree
Reading state information… Done
Correcting dependencies… Done
Note, selecting ‘sdkmanager:amd64’ instead of ‘./sdkmanager_0.9.12-4180_amd64.deb’
sdkmanager:amd64 is alrr[b][/b]eady the newest version (0.9.12-4180).
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.

Hi th_ankit,

Are you run on which platform?
The “sdkmanager_0.9.12-4180_amd64.deb” need run on your host ubuntu machine.
We are support ubuntu 16.04 and 18.04.

What you you mean by run on you host? how else could I run jetson tx2?
I connect ethernet, hdmi to screen, power supply. Then I run it.
Below is information that I get from running command line

type in “uname -a” output

Linux tegra-ubuntu 4.4.38-tegra #1 SMP PREEMPT Fri Jul 28 09:55:22 PDT 2017 aarch64 aarch64 aarch64 GNU/Linux

run “hostnamectl” output
Operating System: Ubuntu 16.04.6 LTS

I think i am running on host ubuntu machine. (thats the only way I know hwo to run jetson tx2 anyway)
the operating system is supported.

I still have error installing sdkmanager

run "sudo apt install ./sdkmanager_0.9.12-4180_amd64.deb " output

Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘sdkmanager:amd64’ instead of ‘./sdkmanager_0.9.12-4180_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
Depends: locales:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.

Can you help me and also please give me some resources to read about, so i can try to solve my problem instead of just waiting for answer.

Encountering the same issue. This package says only supported on x64 but the nano is arm64. This is very confusing and a step through would be appreciated.

uname -a
Linux nvjetson1 4.9.140-tegra #1 SMP PREEMPT Tue Jul 16 17:04:49 PDT 2019 aarch64 aarch64 aarch64 GNU/Linux

hostnamectl
Operating System: Ubuntu 18.04.3 LTS
Kernel: Linux 4.9.140-tegra
Architecture: arm64

Following instructions:

sudo apt install ./sdkmanager_0.9.14-4961_amd64.deb
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘sdkmanager:amd64’ instead of ‘./sdkmanager_0.9.14-4961_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
Depends: locales:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.

Using dpkg:

sudo dpkg -i ./sdkmanager_0.9.14-4961_amd64.deb
dpkg: error processing archive ./sdkmanager_0.9.14-4961_amd64.deb (–install):
package architecture (amd64) does not match system (arm64)
Errors were encountered while processing:
./sdkmanager_0.9.14-4961_amd64.deb

My ultimate goal is to get below working:

sudo apt-get install linux-headers-$(uname -r)
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package linux-headers-4.9.140-tegra
E: Couldn’t find any package by glob ‘linux-headers-4.9.140-tegra’
E: Couldn’t find any package by regex ‘linux-headers-4.9.140-tegra’

Thread Request: Install Linux Headers on Jetson Nano - Jetson Nano - NVIDIA Developer Forums says in order to get this working I need to have source_sync.sh which is part of the sdk_manager package.

thanks.

Resolved. Now i understand what the host machine is and the relationship with the nano. For others who might run into this, this video helped me.

What you need to understand is the sdk manager runs on a different device than the nano and connects through usb to the nano to flash your card.