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

Last updated: March 03,2025

1. Install "libnet.x86_64" package

Here is a brief guide to show you how to install libnet.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install libnet.x86_64

2. Uninstall "libnet.x86_64" package

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

$ sudo dnf remove libnet.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:53:42 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : libnet
Version : 1.1.6
Release : 15.el8
Architecture : x86_64
Size : 67 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.