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

Last updated: July 01,2024

1. Install "libnet.src" package

This tutorial shows how to install libnet.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libnet.src

2. Uninstall "libnet.src" package

This guide let you learn how to uninstall libnet.src on Oracle Linux 8:

$ sudo dnf remove libnet.src $ sudo dnf autoremove

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

Last metadata expiration check: 4:34:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libnet
Version : 1.1.6
Release : 15.el8
Architecture : src
Size : 1.2 M
Source : None
Repository : ol8_appstream
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.