How to Install libghc-pcap-dev in Ubuntu 18.04



Install libghc-pcap-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libghc-pcap-dev

Description:

Haskell wrapper around the C libpcap library

This library provides Haskell bindings for most of the libpcap API as of libpcap version 0.9.7. The bindings are divided into a very efficient low-level wrapper, Network.Pcap.Base, and a higher-level module, Network.Pcap, that's easier to use. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.

Homepage: https://github.com/bos/pcap

Version: 0.4.5.2-11build2

Section: universe/haskell