How to Install and Uninstall libdnet.x86_64 Package on CentOS Stream 9

Last updated: June 03,2024

1. Install "libdnet.x86_64" package

Learn how to install libdnet.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libdnet.x86_64

2. Uninstall "libdnet.x86_64" package

This tutorial shows how to uninstall libdnet.x86_64 on CentOS Stream 9:

$ sudo dnf remove libdnet.x86_64 $ sudo dnf autoremove

3. Information about the libdnet.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:49:53 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libdnet
Version : 1.14
Release : 5.el9
Architecture : x86_64
Size : 38 k
Source : libdnet-1.14-5.el9.src.rpm
Repository : epel
Summary : Simple portable interface to lowlevel networking routines
URL : https://github.com/ofalk/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.