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

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-Socket-Netlink.x86_64 on Fedora 34

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

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

This is a short guide on how to uninstall perl-Socket-Netlink.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 0:35:35 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Socket-Netlink
Version : 0.05
Release : 16.fc34
Architecture : x86_64
Size : 54 k
Source : perl-Socket-Netlink-0.05-16.fc34.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.