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

Last updated: October 04,2024

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

Learn how to install perl-Socket-Netlink-Route.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 3:39:53 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Socket-Netlink-Route
Version : 0.05
Release : 23.fc34
Architecture : noarch
Size : 30 k
Source : perl-Socket-Netlink-Route-0.05-23.fc34.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.