How to get older Jetpack version from SDK manager?

I have to install Jetpack 4.5.1 on a Xavier NX for version compatibility. I have managed to install the L4T R32.5.1 with ./flash.sh commad. However, I can’t install the multimedia sdk, deepstream, CUDA, Tensorrt and other libraries for the Jetpack version because the latest SDK manager doesn’t show up versions older than 4.6.
How can I install those libraries for that Jetpack version?

You can see available earlier versions if you start SDKM like this:
sdkmanager --archivedversions

I have figured out to install via repo
sudo apt install nvidia-jetpack

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