How to Install and Uninstall libpcap.i686 Package on Fedora 34

Last updated: October 07,2024

1. Install "libpcap.i686" package

Learn how to install libpcap.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install libpcap.i686

2. Uninstall "libpcap.i686" package

Learn how to uninstall libpcap.i686 on Fedora 34:

$ sudo dnf remove libpcap.i686 $ sudo dnf autoremove

3. Information about the libpcap.i686 package on Fedora 34

Last metadata expiration check: 2:15:55 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : libpcap
Epoch : 14
Version : 1.10.1
Release : 1.fc34
Architecture : i686
Size : 177 k
Source : libpcap-1.10.1-1.fc34.src.rpm
Repository : updates
Summary : A system-independent interface for user-level packet capture
URL : https://www.tcpdump.org/
License : BSD with advertising
Description : 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.