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

Last updated: January 10,2025

1. Install "libnet.i686" package

Please follow the steps below to install libnet.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libnet.i686

2. Uninstall "libnet.i686" package

Please follow the steps below to uninstall libnet.i686 on Amazon Linux 2:

$ sudo yum remove libnet.i686 $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : libnet
Arch : i686
Version : 1.1.6
Release : 7.amzn2.0.2
Size : 63 k
Repo : amzn2-core/2/x86_64
Summary : C library for portable packet creation and injection
URL : http://www.sourceforge.net/projects/libnet-dev/
License : BSD
Description : Libnet is an API to help with the construction and handling of
: network packets. It provides a portable framework for low-level
: network packet writing and handling (use libnet in conjunction
: with libpcap and you can write some really cool stuff). Libnet
: includes packet creation at the IP layer and at the link layer as
: well as a host of supplementary and complementary functionality.