I am working on Jetson Xavier NX development Kit, I am trying some deepstream-5.0 apps on it and I have to analyse the performance of Deepstream-5.0 sample apps and my custom app which is very much similar to similar-apps. So, to analyse the performance I want to use NVIDIA NSight Systems.
Now, to install NVIDIA NSight Systems using NVIDIA SDK Manager I am trying to install SDK Manager on the Xavier system using the steps given here. But it is giving the following problem:
sudo apt install ./sdkmanager_1.2.0-6738_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'sdkmanager:amd64' instead of './sdkmanager_1.2.0-6738_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.
I have tried installing the dependent libraries, updating and upgrading the system and fixing the broken packages but got no luck.