Libraries never installed

I just found I did not install the CUDA, tensorRT etc in my Jetson, how to install these libraries and make sure they are compatible with my current JetPack version. To verify it is installed or not, I used nvcc --version, it gave me command cannot found

Hi,

You can install it with apt command directly.

$ sudo apt-get update
$ sudo apt-get install nvidia-jetpack

Then you should be able to get the libraries information from jtop or below command:

$ sudo apt show nvidia-jetpack

Thanks

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