How to Install and Uninstall libmnl.i686 Package on Fedora 39

Last updated: July 04,2024

1. Install "libmnl.i686" package

This is a short guide on how to install libmnl.i686 on Fedora 39

$ sudo dnf update $ sudo dnf install libmnl.i686

2. Uninstall "libmnl.i686" package

In this section, we are going to explain the necessary steps to uninstall libmnl.i686 on Fedora 39:

$ sudo dnf remove libmnl.i686 $ sudo dnf autoremove

3. Information about the libmnl.i686 package on Fedora 39

Last metadata expiration check: 2:32:06 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : libmnl
Version : 1.0.5
Release : 3.fc39
Architecture : i686
Size : 29 k
Source : libmnl-1.0.5-3.fc39.src.rpm
Repository : fedora
Summary : Minimalistic Netlink user-space library
URL : https://netfilter.org/projects/libmnl/
License : LGPL-2.1-or-later
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.