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

Last updated: October 05,2024

1. Install "ghc-pcap.x86_64" package

Please follow the instructions below to install ghc-pcap.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 4:15:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-pcap
Version : 0.4.5.2
Release : 25.fc34
Architecture : x86_64
Size : 80 k
Source : ghc-pcap-0.4.5.2-25.fc34.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.