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