How To Install Pcap-config On Debian, Ubuntu, Alpine, Arch, Kali, Fedora, Raspbian And MacOS?
Install pcap-config
-
Debian
apt-get install libpcap0.8-devClick to copy -
Ubuntu
apt-get install libpcap0.8-devClick to copy -
Alpine OS
apk add libpcapClick to copy -
Arch Linux
pacman -S libpcapClick to copy -
Kali Linux
apt-get install libpcap0.8-devClick to copy -
Fedora
dnf install libpcap-develClick to copy -
Raspbian
apt-get install libpcap0.8-devClick to copy -
macOS
brew install libpcapClick to copy
libpcap-devel
Libpcap provides a portable framework for low-level networkmonitoring. Libpcap can provide network statistics collection, security monitoring and network debugging. Since almost every system vendor provides a different interface for packet capture, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. This package provides the libraries, include files, and other resources needed for developing libpcap applications.
libpcap0.8-dev
development library and header files for libpcap0.8Headers, static libraries, and documentation for the libpcap library. libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. Since almost every system vendor provides a different interface for packet capture, and since there are several tools that require this functionality, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application.
libpcap
Libpcap provides a portable framework for low-level networkmonitoring. Libpcap can provide network statistics collection, security monitoring and network debugging. Since almost every system vendor provides a different interface for packet capture, the libpcap authors created this system-independent API to ease in porting and to alleviate the need for several system-dependent packet capture modules in each application. Install libpcap if you need to do low-level network traffic monitoring on your network.




