SDKMANAGER 2.1.0 Install Error - Unmet Dependencies

I have a Jestson Orin Nano DevKit. I am at the first step of flashing NVMe SSD with JetPack 6.0 DP through force recovery method. I have Ubuntu 22.04LTS on a USB3.0 flash drive. While installing SDK Manager 2.1.0, I am stuck with the following error message. Any help or guidance will be much appreciated.

ubuntu@ubuntu:~/Downloads$ sudo apt install ./sdkmanager_2.1.0-11660_amd64.deb
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Correcting dependencies… Done
Note, selecting ‘sdkmanager’ instead of ‘./sdkmanager_2.1.0-11660_amd64.deb’
sdkmanager is already the newest version (2.1.0-11660).
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 : Depends: libcanberra-gtk-module but it is not installable
E: Unable to correct problems, you have held broken packages.

Does it work?

The following steps helped with successful installation of SDK Manager.

Enable universe and multiverse repositories

$ sudo add-apt-repository universe
$ sudo add-apt-repository multiverse
$ sudo apt update
$ sudo apt --fix-broken install
$ sudo apt-get install libgconf-2-4 libcanberra-gtk-module
$ sudo apt install ./sdkmanager_2.1.0-11600_amd64.deb

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.