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

Last updated: July 04,2024

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

This tutorial shows how to install perl-Socket-MsgHdr.x86_64 on AlmaLinux 8

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

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

This is a short guide on how to uninstall perl-Socket-MsgHdr.x86_64 on AlmaLinux 8:

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

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

Last metadata expiration check: 0:52:13 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : perl-Socket-MsgHdr
Version : 0.05
Release : 11.el8
Architecture : x86_64
Size : 27 k
Source : perl-Socket-MsgHdr-0.05-11.el8.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.