How To Install perl-Socket-Netlink-Route on Fedora 36

In this tutorial we learn how to install perl-Socket-Netlink-Route in Fedora 36. perl-Socket-Netlink-Route is Interface to Linux’s NETLINK_ROUTE netlink socket protocol

Introduction

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

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

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Socket-Netlink-Route

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Socket-Netlink-Route

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

sudo dnf remove perl-Socket-Netlink-Route
/usr/share/doc/perl-Socket-Netlink-Route
/usr/share/doc/perl-Socket-Netlink-Route/Changes
/usr/share/doc/perl-Socket-Netlink-Route/LICENSE
/usr/share/doc/perl-Socket-Netlink-Route/README
/usr/share/doc/perl-Socket-Netlink-Route/examples
/usr/share/doc/perl-Socket-Netlink-Route/examples/ip-addr-list.pl
/usr/share/doc/perl-Socket-Netlink-Route/examples/ip-link-list.pl
/usr/share/doc/perl-Socket-Netlink-Route/examples/ip-neigh-list.pl
/usr/share/doc/perl-Socket-Netlink-Route/examples/ip-route-list.pl
/usr/share/doc/perl-Socket-Netlink-Route/examples/ip-route-monitor.pl
/usr/share/man/man3/IO::Socket::Netlink::Route.3pm.gz
/usr/share/man/man3/Socket::Netlink::Route.3pm.gz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Socket
/usr/share/perl5/vendor_perl/IO/Socket/Netlink
/usr/share/perl5/vendor_perl/IO/Socket/Netlink/Route.pm
/usr/share/perl5/vendor_perl/Socket
/usr/share/perl5/vendor_perl/Socket/Netlink
/usr/share/perl5/vendor_perl/Socket/Netlink/Route.pm
/usr/share/perl5/vendor_perl/Socket/Netlink/Route_const.pm

References

Summary

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