How can I remove the OpenCV 3.3 that comes with the jetpack?

Hello everyone,

I use opencv 4.2 but I get conflict warning in somewhere.(conflict opencv 4.2 and opencv 3.3)

How can I remove the opencv 3.3 that comes with the jetpack?

Thanks.

Hi,
Please simply execute the script:
https://github.com/AastaNV/JEP/blob/master/script/install_opencv4.1.1_Jetson.sh

Or you can manually run

sudo sudo apt-get purge *libopencv*

Will this also remove opencv 4.2?
I don’t want to remove opencv4.2.

No, it won’t remove 4.2. That command will only uninstall OpenCV installed via apt (3.3).

1 Like

Thanks for reply.