How to Install and Uninstall libpcap.i686 Package on Amazon Linux 2

Last updated: July 01,2024

1. Install "libpcap.i686" package

This tutorial shows how to install libpcap.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libpcap.i686

2. Uninstall "libpcap.i686" package

Please follow the step by step instructions below to uninstall libpcap.i686 on Amazon Linux 2:

$ sudo yum remove libpcap.i686 $ sudo yum autoremove

3. Information about the libpcap.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libpcap
Arch : i686
Epoch : 14
Version : 1.5.3
Release : 11.amzn2
Size : 145 k
Repo : amzn2-core/2/x86_64
Summary : A system-independent interface for user-level packet capture
URL : http://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.