Uninstalling all ZED installs on Jetson

Hi all,

Looking for the best way to fully uninstall all ZED or ZEDBOX installs on a Jetson Orin NX 16GB unit (L4T 35.3.1, Jetpack 5.1.1). Hoping to ‘start fresh’ without having to flash or restore the entire unit, which may not be possible since it is a custom board used in conjunction with a robot and I think we’d need to system restore the entire thing. Would greatly appreciate any advice that can be please be shared.

Thanks!

Hi @dguod

Welcome to the Stereolabs community.

You must simply delete the ZED folder:
`sudo rm -rf /usr/local/zed`

To uninstall the ZED X Driver:
sudo dpkg -p stereolabs-zedx

If the name of the driver is different because you are using a custom driver, you can retrieve it by using the command sudo dpkg -l | grep zed