Hello,
I’m using nx production module(emmc).
How to remove the nvidia-jetpack which is installed using following commands?
apt depends nvidia-jetpack | awk ‘{print $2}’ | xargs -I {} sudo apt install -y {}
https://docs.nvidia.com/jetson/jetpack/install-jetpack/index.html
Thank you.