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