ubuntu卸载opencv并重装opencv3.0.0 一. 卸载opencv2.4.9: Going to the "build" folder directory of opencv from terminal, and execute the following: $ sudo make uninstall $ cd .. $ sudo rm -r build $ sudo rm -r /usr/local/include/opencv2 /usr/local/include/
To uninstall Anaconda open a terminal window and remove the entire anaconda install directory: rm -rf ~/anaconda. You may also edit ~/.bash_profile and remove the anaconda directory from your PATH environment variable, and remove the hidden .condarc
一. 卸载opencv2.4.9: Going to the "build" folder directory of opencv from terminal, and execute the following: 1. $ sudo make uninstall2. $ cd ..3. $ sudo rm -r build4. $ sudo rm -r /usr/local/include/opencv2 /usr/local/include/opencv /usr/include/