How to remove the nvidia-jetpack which is installed using following commands?

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.

please try if this can remove it.

apt-get purge packagename

1 Like