Can't install sdkmanager_0.9.13-4763_amd64.deb on Jetson TX2

Hello, I just got a TX2 board, I try to install JePack 4.2 on it but I got an error, would you guide me how to install it? Many thanks.
This is an error:

sudo apt install ./sdkmanager_0.9.12-4180_amd64.deb
[sudo] password for xxxxx:
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.

JetPack is installed on a desktop PC host running Ubuntu, not the Jetson. Flash occurs over the micro-B USB when the Jetson is in recovery mode (the Jetson becomes a custom USB device understood on the host by the driver package…which JetPack installs to the host).

Many thanks.