I\'m running Kubuntu 11.10 (w/ KDE 4.8)
Before you read all this :
I just want to remove all traces of OpenCV from my system, so I can start afresh..
for a specific version for example 3.2:
sudo find / -name "*opencv*3.2*" -exec rm -rf {} \;