How to Install and Uninstall libmnl.x86_64 Package on Amazon Linux 2

Last updated: May 10,2024

1. Install "libmnl.x86_64" package

This tutorial shows how to install libmnl.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install libmnl.x86_64

2. Uninstall "libmnl.x86_64" package

This is a short guide on how to uninstall libmnl.x86_64 on Amazon Linux 2:

$ sudo yum remove libmnl.x86_64 $ sudo yum autoremove

3. Information about the libmnl.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : libmnl
Arch : x86_64
Version : 1.0.3
Release : 7.amzn2.0.2
Size : 23 k
Repo : amzn2-core/2/x86_64
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.