Install libncap-dev
Installing libncap-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libncap-dev
libncap-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libncap-dev |
version | 1.9.2-2.1 |
description | static library and header files for libncap |
subsection | libdevel |
maintainer | Robert S. Edmonds |
Uninstall libncap-dev
To remove just libncap-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libncap-dev
Uninstall libncap-dev and it’s dependent packages
To remove the libncap-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libncap-dev
Purging libncap-dev
If you also want to delete configuration and/or data files of libncap-dev from Debian Sid then this will work:
sudo apt-get purge libncap-dev
To delete configuration and/or data files of libncap-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libncap-dev