I am using Jetson Orin Developer Kit. Following the instruction, I tried to install the downloaded DEB file sdkmanager. However getting error of the following.
$ sudo apt install ./Downloads/sdkmanager_2.1.0-11669_amd64.deb
Reading package lists… Done
Building dependency tree
Reading state information… Done
Note, selecting ‘sdkmanager:amd64’ instead of ‘./Downloads/sdkmanager_2.1.0-11669_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: libcanberra-gtk-module:amd64 but it is not installable
Depends: locales:amd64 but it is not installable
Depends: libxshmfence1:amd64 but it is not installable
Depends: libnss3:amd64 but it is not installable
Depends: libatk-bridge2.0-0:amd64 but it is not installable
Depends: libdrm2:amd64 but it is not installable
Depends: libgtk-3-0:amd64 but it is not installable
Depends: libgbm1:amd64 but it is not installable
Depends: libcanberra-gtk3-module:amd64 but it is not installable
Depends: libx11-xcb1:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.
You must install the SDK manager on an x86 PC or laptop, and it must run Ubuntu 20.04 or 22.04, depending on whether you want your AGX Orin to run JP 5.1.x or 6.0.
I am told to do the following. I thought SDK downloaded to Jetson Dev kit itself. But I am told a host PC running Ubuntu needed to install SDK. Please let me know how it works for you.
Run sudo apt install libcanberra-gtk-module libcanberra-gtk0
Then sudo dpkg -i ./Downloads/sdkmanager_2.1.0-11669_amd64.deb
JetPack for flash is installed to a desktop PC, not to the Jetson. Jetsons do not have a BIOS, and in recovery mode are custom USB devices that need a custom driver running on another computer…that’s the host PC. Those missing packages are usually for the JetPack GUI on the host PC, not for the Jetson itself.