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

Last updated: May 10,2024

1. Install "perl-Socket-Netlink.x86_64" package

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

$ sudo dnf update $ sudo dnf install perl-Socket-Netlink.x86_64

2. Uninstall "perl-Socket-Netlink.x86_64" package

This guide covers the steps necessary to uninstall perl-Socket-Netlink.x86_64 on Fedora 36:

$ sudo dnf remove perl-Socket-Netlink.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 0:54:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Socket-Netlink
Version : 0.05
Release : 19.fc36
Architecture : x86_64
Size : 53 k
Source : perl-Socket-Netlink-0.05-19.fc36.src.rpm
Repository : fedora
Summary : Interface to Linux's PF_NETLINK socket family
URL : https://metacpan.org/release/Socket-Netlink
License : GPL+ or Artistic
Description : 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::Socket::Netlink.