Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to completely remove OpenCV3

I have manually removed OpenCV 3.3.1 using : sudo find / -name "opencv" -exec rm -i {} \; Now its result is just "find: ‘/run/user/1000/gvfs’: Permission denied" which i suppose is fine as their is nothing related to OpenCV on this path. But still "pkg-config --modversion opencv" is showing 3.3.1. I am confused how to remove openCV completely. Please help.