pcap-config

Libpcap provides a portable framework for low-level network

Debian Debian
RUN apt-get update && \ apt-get install -y libpcap0.8-dev
Ubuntu
RUN apt-get update && \ apt-get install -y libpcap0.8-dev
Alpine
RUN apk add libpcap
Arch Arch Linux
RUN pacman -S --noconfirm libpcap
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libpcap0.8-dev
Fedora
RUN dnf install -y libpcap-devel
Raspbian
RUN apt-get update && \ apt-get install -y libpcap0.8-dev
click the source code to copy install pcap-config on any operating system with command-not-found.com