Install cl-opencv-apps
Installing cl-opencv-apps package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install cl-opencv-apps
cl-opencv-apps package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | cl-opencv-apps |
version | 1.11.11+ds-3 |
description | opencv_apps Robot OS package – LISP bindings |
subsection | lisp |
website | wiki.ros.org / vision_opencv |
maintainer | Debian Science Maintainers |
Uninstall cl-opencv-apps
To remove just cl-opencv-apps package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove cl-opencv-apps
Uninstall cl-opencv-apps and it’s dependent packages
To remove the cl-opencv-apps package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove cl-opencv-apps
Purging cl-opencv-apps
If you also want to delete configuration and/or data files of cl-opencv-apps from Debian Sid then this will work:
sudo apt-get purge cl-opencv-apps
To delete configuration and/or data files of cl-opencv-apps and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove cl-opencv-apps