Removing all installed OpenCV libs

前端 未结 8 831
花落未央
花落未央 2020-12-01 03:07

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..

<
8条回答
  •  再見小時候
    2020-12-01 03:39

    for a specific version for example 3.2:

    sudo find / -name "*opencv*3.2*"   -exec rm -rf {} \;
    

提交回复
热议问题