How To Install libnl3 on Fedora 36
Introduction
In this tutorial we learn how to install libnl3 on Fedora 36.
What is libnl3
This package contains a convenience library to simplify using the Linux kernel’s netlink sockets interface for network manipulation
We can use yum or dnf to install libnl3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libnl3.
Install libnl3 on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libnl3 using dnf by running the following command:
sudo dnf -y install libnl3
Install libnl3 on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libnl3 using yum by running the following command:
sudo yum -y install libnl3
How To Uninstall libnl3 on Fedora 36
To uninstall only the libnl3 package we can use the following command:
sudo dnf remove libnl3
libnl3 Package Contents on Fedora 36
/etc/libnl
/etc/libnl/classid
/etc/libnl/pktloc
/usr/lib/.build-id
/usr/lib/.build-id/22
/usr/lib/.build-id/22/9c5d8c2bc061a1c2672ab1f1b35e053b8210a2
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/7f6746ca8f7d5bc761ec5861df5114c5c228f2
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/098f71dab0340d5b75de5bfe036d6ef0c85827
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/06cf510c8a3c5eec7248c6236d0cf6582fe8cb
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/a29a32d799cc545182540fa7bd891e48120912
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/afc048864f6d4c2f124997e2bfe97a8a4c2441
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/e58064fbc7b6353de3c59a14f5d10e895f2319
/usr/lib64/libnl-3.so.200
/usr/lib64/libnl-3.so.200.26.0
/usr/lib64/libnl-genl-3.so.200
/usr/lib64/libnl-genl-3.so.200.26.0
/usr/lib64/libnl-idiag-3.so.200
/usr/lib64/libnl-idiag-3.so.200.26.0
/usr/lib64/libnl-nf-3.so.200
/usr/lib64/libnl-nf-3.so.200.26.0
/usr/lib64/libnl-route-3.so.200
/usr/lib64/libnl-route-3.so.200.26.0
/usr/lib64/libnl-xfrm-3.so.200
/usr/lib64/libnl-xfrm-3.so.200.26.0
/usr/share/doc/libnl3
/usr/share/doc/libnl3/COPYING
References
Summary
In this tutorial we learn how to install libnl3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).