Where is current documentation that works to install jetpcak sdk for xavier nx?

I cannot find a way that works to install jetpack on ubuntu 22.04. Whats the deal?

So I have attempted to add the repos as per documentation. This fails.
I have attempted to install the .dep this fails also due to deps that are unsolvable.

root@X570S:/home/user/Downloads# dpkg -i sdkmanager_2.2.0-12028_amd64.deb
Selecting previously unselected package sdkmanager.
(Reading database ... 151680 files and directories currently installed.)
Preparing to unpack sdkmanager_2.2.0-12028_amd64.deb ...
Unpacking sdkmanager (2.2.0-12028) ...
dpkg: dependency problems prevent configuration of sdkmanager:
 sdkmanager depends on libcanberra-gtk-module; however:
  Package libcanberra-gtk-module is not installed.

dpkg: error processing package sdkmanager (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.36.0-1.1ubuntu3) ...
Processing triggers for desktop-file-utils (0.27-2build1) ...
Processing triggers for hicolor-icon-theme (0.18-1) ...
Errors were encountered while processing:
 sdkmanager

Whats the word on this mess?

Installing the sdk was once the easy part!

When you see a message like this:

sdkmanager depends on libcanberra-gtk-module; however:
  Package libcanberra-gtk-module is not installed

Try to add that to the host PC. Example:
sudo apt-get install libcanberra-gtk-module

Sometimes you’ll want to first update the host itself with:

# Takes a snapshot of this release's current package versions:
sudo apt update

# Updates to that snapshot of release versions.
sudo apt-get upgrade

# Typically this is where new packages are added since the snapshot is up to date.

Basically, if you have a missing dependency, you add that dependency and then try again with sdkmanager install.

As stated libcanberra-gtk-module` was not avalable for install a search confirmed this. I did attempt to manually install a verision of libcanberra-gtk-module but this was not accepted bu the sdk dep either. I than attempted to add the repos that also failed. I dont recall the errors but I believe that they were unverifiable. I dont recall as i am not a regular ubuntu user.

I really would like a way to add the nvidia jetson repos that works so that I am not stuck searching around for all the poorly documented dependencies.

I don’t know the specific packages, but could you attach a copy of your /etc/apt/sources.list? There are other places in sources.list.d that might add to this, but I think the universe repo is used for this package. Is it correct that you are installing this on the host PC? I only ask because sometimes people have tried to install directly to the Jetson (not often, but it happens).

Does anyone else know more about libcanberra-gtk-module?

I will have to try the earlier version of Ubuntu that is listed, but realized with my other obligations that this problem is a low priority at the moment.

Thank You for attempting to help! It is appreciated.

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