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

Last updated: July 08,2024

1. Install "libmnl.src" package

Please follow the instructions below to install libmnl.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libmnl.src

2. Uninstall "libmnl.src" package

Please follow the instructions below to uninstall libmnl.src on Oracle Linux 9:

$ sudo dnf remove libmnl.src $ sudo dnf autoremove

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

Last metadata expiration check: 0:02:47 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libmnl
Version : 1.0.4
Release : 15.el9
Architecture : src
Size : 305 k
Source : None
Repository : ol9_baseos_latest
Summary : A minimalistic Netlink library
URL : http://netfilter.org/projects/libmnl
License : LGPLv2+
Description : libmnl is a minimalistic user-space library oriented to Netlink developers.
: There are a lot of common tasks in parsing, validating, constructing of both
: the Netlink header and TLVs that are repetitive and easy to get wrong.
: This library aims to provide simple helpers that allows you to re-use code and
: to avoid re-inventing the wheel.