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

Last updated: November 29,2024

1. Install "libdnet.src" package

Please follow the guidance below to install libdnet.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install libdnet.src

2. Uninstall "libdnet.src" package

Here is a brief guide to show you how to uninstall libdnet.src on Oracle Linux 8:

$ sudo dnf remove libdnet.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:26:59 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : libdnet
Version : 1.12
Release : 26.el8
Architecture : src
Size : 960 k
Source : None
Repository : ol8_appstream
Summary : Simple portable interface to lowlevel networking routines
URL : http://code.google.com/p/libdnet/
License : BSD
Description : libdnet provides a simplified, portable interface to several
: low-level networking routines, including network address
: manipulation, kernel arp(4) cache and route(4) table lookup and
: manipulation, network firewalling (IP filter, ipfw, ipchains,
: pf, ...), network interface lookup and manipulation, raw IP
: packet and Ethernet frame, and data transmission.