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

Last updated: October 11,2024

1. Install "libnet.i686" package

In this section, we are going to explain the necessary steps to install libnet.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libnet.i686

2. Uninstall "libnet.i686" package

This guide covers the steps necessary to uninstall libnet.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove libnet.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 0:13:36 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libnet
Version : 1.1.6
Release : 15.el8
Architecture : i686
Size : 70 k
Source : libnet-1.1.6-15.el8.src.rpm
Repository : ubi-8-appstream-rpms
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.