Install libndpi-dev
Installing libndpi-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libndpi-dev
libndpi-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libndpi-dev |
version | 1.7.1~git20151130.6f3d5a7-1 |
description | extensible deep packet inspection library – development files |
subsection | libdevel |
website | ntop.org / products / ndpi / |
maintainer | Ludovico Cavedon |
Uninstall libndpi-dev
To remove just libndpi-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libndpi-dev
Uninstall libndpi-dev and it’s dependent packages
To remove the libndpi-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libndpi-dev
Purging libndpi-dev
If you also want to delete configuration and/or data files of libndpi-dev from Debian Sid then this will work:
sudo apt-get purge libndpi-dev
To delete configuration and/or data files of libndpi-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libndpi-dev