By default, when building OpenCV from source, it will place it’s output in /usr/local/lib
and /usr/local/bin
. Although, judging from your error messages, it looks like it placed the libraries in /usr/lib
and the binaries in /usr/bin
, so you might also check in there.
You can also use the Linux find command. So, to find all OpenCV libraries you can do the following (this might take a while):
$> sudo find / -name "*opencv*" -exec rm -i {} \;
The above command will find any file containing opencv in the name, and will prompt you to remove it. As always, be careful when deleting things manually!
Another option might be to manually compile OpenCV again (exactly as you did before), make install
to create the install manifest, and then try make uninstall
to see if it will clean up itself.
Hope that helps! š
Related Posts:
- ping: google.com: Temporary failure in name resolution [closed]
- Docker System has not been booted with systemd as init system
- CentOS vs. Ubuntu [closed]
- Docker error : no space left on device
- How to establish ssh key pair when “Host key verification failed”
- localhost/phpinfo.php
- After installing with pip, “jupyter: command not found”
- gpg: no valid OpenPGP data found
- gpg: no valid OpenPGP data found
- E: Unable to locate package mongodb-org
- How to open the terminal in Atom?
- Valgrind permission denied on file
- nginx – nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
- How to install Boost on Ubuntu
- How to verify if nginx is running or not?
- pdflatex not found. pdflatex is needed for pdf output
- Nginx: stat() failed (13: permission denied)
- PIP Could not find any downloads that satisfy the requirement SQLAlchemy
- MySQL: How to reset or change the MySQL root password?
- Vim: No write since last change, even though I changed the fileĀ
- Why can’t I print to terminal with my python script?
- How to kill a process on a port on ubuntu
- whats the meaning of curl “-s” and “-m”
- How do I ask apt-get to skip any interactive post-install configuration steps?
- How to view all ssl certificates in a bundle?
- How to remove the “installed manually” flag and revert to “automatically installed” with apt-get?
- How do I get apt-get to ignore some dependencies?
- How do I auto-start docker containers at system boot?
- How do I reattach to Ubuntu Server’s ‘do-release-upgrade’ process?
- How to determine JAVA_HOME on Debian/Ubuntu?
- How to start/stop iptables on Ubuntu?
- Which ports do I need to open in the firewall to use NFS?
- list all packages from a repository in ubuntu / debian
- dpkg-reconfigure: unable to re-open stdin: No file or directory
- How can I edit the welcome message when ssh start?
- How does Ubuntu keep track of the “System restart required” flag in motd?
- Amazon Linux vs. Ubuntu for Amazon EC2 [closed]
- Automate the installation of postfix on Ubuntu
- Best location to keep SSL certificates and private keys on Ubuntu servers?
- Why is ssh agent forwarding not working?
- How to completely remove Python from a Windows machine?
- How to uninstall Eclipse?
- Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?
- How to uninstall Anaconda completely from macOS
- How do I install opencv using pip?
- g++ ld: symbol(s) not found for architecture x86_64
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- Cannot find module cv2 when using OpenCV
- Undefined function mysql_connect()
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- Cannot find module cv2 when using OpenCV
- How to find which version of TensorFlow is installed in my system?
- Undefined function mysql_connect()
- ERROR 1045 (28000): Access denied for user ‘root’@’localhost’ (using password: YES)
- error: command ‘gcc’ failed with exit status 1 while installing eventlet
- error: command ‘gcc’ failed with exit status 1 while installing eventlet
- apt-get error: Sub-process /usr/bin/dpkg returned an error code (1)
- What is a clearfix?
- How to uninstall Eclipse?
- “Couldn’t find a file descriptor referring to the console” on Ubuntu bash on Windows
- How can I completely uninstall nodejs, npm and node in Ubuntu [closed]
- How to resize an image with OpenCV2.0 and Python2.6
- How to install python3 version of package via pip on Ubuntu?
- How to uninstall Python 2.7 on a Mac OS X 10.6.4?
- error: ‘Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)’ — Missing /var/run/mysqld/mysqld.sock
- ImportError: numpy.core.multiarray failed to import
- Why does the terminal show “^[[A” “^[[B” “^[[C” “^[[D” when pressing the arrow keys in Ubuntu?
- import opencv vs import cv2
- Python: Can’t convert float NaN to integer
- Cannot find module cv2 when using OpenCV
- error: ‘Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2)’ — Missing /var/run/mysqld/mysqld.sock
- ImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL’s are there
- ImportError: numpy.core.multiarray failed to import
- ImportError: DLL load failed: %1 is not a valid Win32 application. But the DLL’s are there
- How to import cv2 in python3?
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- Permission denied error by installing matplotlib
- How do I install Python OpenCV through Conda?
- How to solve munmap_chunk(): invalid pointer error in C++
- E: unable to locate package pip
- How to solve “Kernel panic – not syncing – Attempted to kill init” — without erasing any user data
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- How to import cv2 in python3?
- How to install “make” in ubuntu?
- “sed” command in bash
- How can I upgrade NumPy?
- How can one display an image using cv2 in Python
- Tensorflow: why ‘pip uninstall tensorflow’ cannot find tensorflow
- How to restart remote MySQL server running on Ubuntu linux?
- How to uninstall mini conda? python
- Ubuntu: OpenJDK 8 – Unable to locate package
- Difference in output with waitKey(0) and waitKey(1)
- using pip3: module “importlib._bootstrap” has no attribute “SourceFileLoader”
- Failed to start mongod.service: Unit mongod.service not found
- WSL – GEDIT Unable to init server: Could not connect: Connection refused
- How to tell if tensorflow is using gpu acceleration from inside python shell?
- docker command not found even though installed with apt-get
- How to open some ports on Ubuntu?
- Error: A JNI error has occurred, please check your installation and try again – during running Java program from Ubuntu terminal
- Uncompress tar.gz file