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

Last updated: April 28,2024

1. Install "libdnet.i686" package

This guide covers the steps necessary to install libdnet.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libdnet.i686

2. Uninstall "libdnet.i686" package

In this section, we are going to explain the necessary steps to uninstall libdnet.i686 on Amazon Linux 2:

$ sudo yum remove libdnet.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : libdnet
Arch : i686
Version : 1.12
Release : 13.1.amzn2.0.2
Size : 32 k
Repo : amzn2-core/2/x86_64
Summary : Simple portable interface to lowlevel networking routines
URL : http://code.google.com/p/libdnet/
License : BSD
Description : libdnet provides a simplified, portable interface to several
: low-level networking routines, including network address
: manipulation, kernel arp(4) cache and route(4) table lookup and
: manipulation, network firewalling (IP filter, ipfw, ipchains,
: pf, ...), network interface lookup and manipulation, raw IP
: packet and Ethernet frame, and data transmission.