How to Install and Uninstall libnet.x86_64 Package on Oracle Linux 9

Last updated: May 15,2024

1. Install "libnet.x86_64" package

In this section, we are going to explain the necessary steps to install libnet.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libnet.x86_64

2. Uninstall "libnet.x86_64" package

Please follow the guidelines below to uninstall libnet.x86_64 on Oracle Linux 9:

$ sudo dnf remove libnet.x86_64 $ sudo dnf autoremove

3. Information about the libnet.x86_64 package on Oracle Linux 9

Last metadata expiration check: 0:22:51 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libnet
Version : 1.2
Release : 6.el9
Architecture : x86_64
Size : 58 k
Source : libnet-1.2-6.el9.src.rpm
Repository : ol9_appstream
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.