How to Install and Uninstall perl-Socket-MsgHdr.x86_64 Package on AlmaLinux 9

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install perl-Socket-MsgHdr.x86_64 on AlmaLinux 9

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

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

This tutorial shows how to uninstall perl-Socket-MsgHdr.x86_64 on AlmaLinux 9:

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

3. Information about the perl-Socket-MsgHdr.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:28:25 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Socket-MsgHdr
Version : 0.05
Release : 11.el9
Architecture : x86_64
Size : 24 k
Source : perl-Socket-MsgHdr-0.05-11.el9.src.rpm
Repository : epel
Summary : Sendmsg, recvmsg and ancillary data operations
URL : https://metacpan.org/release/Socket-MsgHdr
License : GPL+ or Artistic
Description : Socket::MsgHdr provides advanced socket messaging operations via sendmsg
: and recvmsg. Like their C counterparts, these functions accept few
: parameters, instead stuffing a lot of information into a complex structure.