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

Last updated: July 07,2024

1. Install "libnet.src" package

Here is a brief guide to show you how to install libnet.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libnet.src

2. Uninstall "libnet.src" package

This is a short guide on how to uninstall libnet.src on Oracle Linux 9:

$ sudo dnf remove libnet.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:42:56 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libnet
Version : 1.2
Release : 6.el9
Architecture : src
Size : 601 k
Source : None
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.