Removing all installed OpenCV libs

前端 未结 8 834
花落未央
花落未央 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:45

    If opencv is installed using sudo make install command on source then go to the build folder and use sudo make uninstall and it should uninstall opencv

提交回复
热议问题