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