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

Last updated: April 30,2024

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

In this section, we are going to explain the necessary steps to install perl-Socket-Netlink-Route.noarch on Fedora 35

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

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

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

Last metadata expiration check: 1:00:45 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Socket-Netlink-Route
Version : 0.05
Release : 25.fc35
Architecture : noarch
Size : 29 k
Source : perl-Socket-Netlink-Route-0.05-25.fc35.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.