How To Install perl-Socket-Netlink on Fedora 36

In this tutorial we learn how to install perl-Socket-Netlink in Fedora 36. perl-Socket-Netlink is Interface to Linux’s PF_NETLINK socket family

Introduction

In this tutorial we learn how to install perl-Socket-Netlink on Fedora 36.

This module contains the low-level constants and structure handling functions required to use Linux’s PF_NETLINK socket family. It is suggested to use the high-level object interface to this instead; see IO

We can use yum or dnf to install perl-Socket-Netlink on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Socket-Netlink.

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Socket-Netlink using dnf by running the following command:

sudo dnf -y install perl-Socket-Netlink

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Socket-Netlink using yum by running the following command:

sudo yum -y install perl-Socket-Netlink

To uninstall only the perl-Socket-Netlink package we can use the following command:

sudo dnf remove perl-Socket-Netlink
/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/c92592e65a25af3195b4432c18c244a37c305e
/usr/lib64/perl5/vendor_perl/IO
/usr/lib64/perl5/vendor_perl/IO/Socket
/usr/lib64/perl5/vendor_perl/IO/Socket/Netlink
/usr/lib64/perl5/vendor_perl/IO/Socket/Netlink.pm
/usr/lib64/perl5/vendor_perl/IO/Socket/Netlink/Generic.pm
/usr/lib64/perl5/vendor_perl/Socket
/usr/lib64/perl5/vendor_perl/Socket/Netlink
/usr/lib64/perl5/vendor_perl/Socket/Netlink.pm
/usr/lib64/perl5/vendor_perl/Socket/Netlink/Generic.pm
/usr/lib64/perl5/vendor_perl/Socket/Netlink/Generic_const.pm
/usr/lib64/perl5/vendor_perl/auto/Socket
/usr/lib64/perl5/vendor_perl/auto/Socket/Netlink
/usr/lib64/perl5/vendor_perl/auto/Socket/Netlink/Netlink.so
/usr/share/doc/perl-Socket-Netlink
/usr/share/doc/perl-Socket-Netlink/Changes
/usr/share/doc/perl-Socket-Netlink/README
/usr/share/licenses/perl-Socket-Netlink
/usr/share/licenses/perl-Socket-Netlink/LICENSE
/usr/share/man/man3/IO::Socket::Netlink.3pm.gz
/usr/share/man/man3/IO::Socket::Netlink::Generic.3pm.gz
/usr/share/man/man3/Socket::Netlink.3pm.gz
/usr/share/man/man3/Socket::Netlink::Generic.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Socket-Netlink on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).