JetPack 7.1 with Jetson Linux 38.4 没有nsight-systems

38.4.0的没有nsight-systems ,sudo apt-get install nsight-systems之后agi@tegra-ubuntu:/var/cache/apt/archives$ nsys --version
NVIDIA Nsight Systems version 2022.4.2.50-32196742v0

版本太老了,如何下载最新版本的nsight-systems?

38.3.0的agi@tegra-ubuntu:~$ nsys --version
NVIDIA Nsight Systems version 2025.3.2.367-253236224375v0

sudo apt install nvidia-nsight-systems 

Or

wget https://repo.download.nvidia.com/jetson/common/pool/main/n/nvidia-nsight-systems/nvidia-nsight-systems_7.1-b107_arm64.deb

# this will actually install nsys --version 2025.6.1. I just tried it.
sudo apt install ./nvidia-nsight-systems_7.1-b107_arm64.deb

Hi,

By default, Nsight System 2025.6.1 should be installed with JetPack 7.1.
If not, please try install manually with the command:

$ sudo apt install nsight-systems-2025.6.1 

Thanks.