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

Last updated: November 27,2024

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

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

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

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

Please follow the guidelines below to uninstall perl-Socket-MsgHdr.x86_64 on Oracle Linux 8:

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

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

Last metadata expiration check: 4:15:26 ago on Mon Sep 12 02:51:38 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.