How to Install and Uninstall libnet.i686 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 28,2024

1. Install "libnet.i686" package

Please follow the guidelines below to install libnet.i686 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install libnet.i686

2. Uninstall "libnet.i686" package

Here is a brief guide to show you how to uninstall libnet.i686 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove libnet.i686 $ sudo dnf autoremove

3. Information about the libnet.i686 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:30:47 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : libnet
Version : 1.2
Release : 6.el9
Architecture : i686
Size : 64 k
Source : libnet-1.2-6.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : C library for portable packet creation and injection
URL : https://github.com/libnet/libnet
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.