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

Last updated: October 08,2024

1. Install "libmnl.i686" package

Here is a brief guide to show you how to install libmnl.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install libmnl.i686

2. Uninstall "libmnl.i686" package

Please follow the instructions below to uninstall libmnl.i686 on Fedora 36:

$ sudo dnf remove libmnl.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 3:37:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : libmnl
Version : 1.0.4
Release : 15.fc36
Architecture : i686
Size : 28 k
Source : libmnl-1.0.4-15.fc36.src.rpm
Repository : fedora
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.