How to Install and Uninstall perl-Socket-Netlink-Route.noarch Package on Fedora 36

Last updated: October 17,2024

1. Install "perl-Socket-Netlink-Route.noarch" package

Please follow the steps below to install perl-Socket-Netlink-Route.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Socket-Netlink-Route.noarch

2. Uninstall "perl-Socket-Netlink-Route.noarch" package

Learn how to uninstall perl-Socket-Netlink-Route.noarch on Fedora 36:

$ sudo dnf remove perl-Socket-Netlink-Route.noarch $ sudo dnf autoremove

3. Information about the perl-Socket-Netlink-Route.noarch package on Fedora 36

Last metadata expiration check: 3:55:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Socket-Netlink-Route
Version : 0.05
Release : 26.fc36
Architecture : noarch
Size : 29 k
Source : perl-Socket-Netlink-Route-0.05-26.fc36.src.rpm
Repository : fedora
Summary : Interface to Linux's NETLINK_ROUTE netlink socket protocol
URL : https://metacpan.org/release/Socket-Netlink-Route
License : GPL+ or Artistic
Description : 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::Socket::Netlink::Route.