How to Install libncap-dev in Ubuntu 18.04



Install libncap-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libncap-dev

Description:

static library and header files for libncap

ncap is a network capture library like libpcap (on which it is based) and tcpdump. It produces binary data in its own ncap format, which can be stored in a dump file or transmitted over a UDP socket. Unlike libpcap, it discards data link headers and only supports IPv4 and IPv6 packets, but it can perform reassembly of IP datagrams. . This package contains the static library, development headers, and documentation.

Version: 1.9.2-2.2

Section: universe/libdevel