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

Last updated: February 12,2025

1. Install "ghc-pcap.x86_64" package

Please follow the step by step instructions below to install ghc-pcap.x86_64 on Fedora 35

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

2. Uninstall "ghc-pcap.x86_64" package

This guide let you learn how to uninstall ghc-pcap.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 2:03:22 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-pcap
Version : 0.4.5.2
Release : 27.fc35
Architecture : x86_64
Size : 79 k
Source : ghc-pcap-0.4.5.2-27.fc35.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.