Install libopencv-highgui-dev
Installing libopencv-highgui-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libopencv-highgui-dev
libopencv-highgui-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libopencv-highgui-dev |
version | 2.4.9.1+dfsg-1.5 |
description | development files for libopencv-highgui |
subsection | libdevel |
website | opencv.org |
maintainer | Debian Science Team |
Uninstall libopencv-highgui-dev
To remove just libopencv-highgui-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libopencv-highgui-dev
Uninstall libopencv-highgui-dev and it’s dependent packages
To remove the libopencv-highgui-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libopencv-highgui-dev
Purging libopencv-highgui-dev
If you also want to delete configuration and/or data files of libopencv-highgui-dev from Debian Sid then this will work:
sudo apt-get purge libopencv-highgui-dev
To delete configuration and/or data files of libopencv-highgui-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libopencv-highgui-dev