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

Last updated: October 06,2024

1. Install "libmnl.x86_64" package

This tutorial shows how to install libmnl.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libmnl.x86_64

2. Uninstall "libmnl.x86_64" package

This guide covers the steps necessary to uninstall libmnl.x86_64 on Oracle Linux 9:

$ sudo dnf remove libmnl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:07:32 ago on Thu Feb 15 07:50:05 2024.
Installed Packages
Name : libmnl
Version : 1.0.4
Release : 15.el9
Architecture : x86_64
Size : 55 k
Source : libmnl-1.0.4-15.el9.src.rpm
Repository : @System
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.