How to Install and Uninstall perl-Socket-MsgHdr.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

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

This tutorial shows how to install perl-Socket-MsgHdr.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

This guide let you learn how to uninstall perl-Socket-MsgHdr.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Socket-MsgHdr.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:43:24 ago on Mon Feb 26 15:59:38 2024.
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.