How to Install and Uninstall ghc-pcap.x86_64 Package on Fedora 36

Last updated: July 07,2024

1. Install "ghc-pcap.x86_64" package

This tutorial shows how to install ghc-pcap.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-pcap.x86_64

2. Uninstall "ghc-pcap.x86_64" package

Please follow the step by step instructions below to uninstall ghc-pcap.x86_64 on Fedora 36:

$ sudo dnf remove ghc-pcap.x86_64 $ sudo dnf autoremove

3. Information about the ghc-pcap.x86_64 package on Fedora 36

Last metadata expiration check: 1:23:31 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-pcap
Version : 0.4.5.2
Release : 28.fc36
Architecture : x86_64
Size : 20 k
Source : ghc-pcap-0.4.5.2-28.fc36.src.rpm
Repository : fedora
Summary : A system-independent interface for user-level packet capture
URL : https://hackage.haskell.org/package/pcap
License : BSD
Description : Haskell bindings for libpcap.
:
: Libpcap provides a portable framework for low-level network
: monitoring. 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.