Installing Deepstream on Jetson AGX Orin Developer Kit

Thanks. I ended up downloading the deb and installing it manually. I followed the instructions here: https://docs.nvidia.com/metropolis/deepstream/6.2/dev-guide/text/DS_Quickstart.html#install-the-deepstream-sdk. However, I now get this error when I try and run deepstream:

$ deepstream-app
deepstream-app: error while loading shared libraries: libcudla.so.1: cannot open shared object file: No such file or directory

I found this post: https://forums.developer.nvidia.com/t/cannot-open-libcudla-so-1-when-running-deepstream-app/273456 which had the same issue as me. However, I found when I ran the instructions found in the post, specifically:

sudo apt update
sudo apt install nvidia-jetpack

It did not fix my issue. Is there anything else you can recommend to resolve the issue? Should I re-install JetPack? I am trying to avoid the SDK Manager, but imagine that is an option if I can figure it out.

I also checked if I could find the file libcudla.so.1. It looked like it was installed, as I was able to find it. But obviously, I am having the issue mentioned above.

Any information is much appreciated.

Thanks,
Andrew