How To Install perl-Socket-MsgHdr on Fedora 36

In this tutorial we learn how to install perl-Socket-MsgHdr in Fedora 36. perl-Socket-MsgHdr is Sendmsg, recvmsg and ancillary data operations

Introduction

In this tutorial we learn how to install perl-Socket-MsgHdr on Fedora 36.

What is perl-Socket-MsgHdr

Socket and recvmsg. Like their C counterparts, these functions accept few parameters, instead stuffing a lot of information into a complex structure.

We can use yum or dnf to install perl-Socket-MsgHdr on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Socket-MsgHdr.

Install perl-Socket-MsgHdr on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Socket-MsgHdr using dnf by running the following command:

sudo dnf -y install perl-Socket-MsgHdr

Install perl-Socket-MsgHdr on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Socket-MsgHdr using yum by running the following command:

sudo yum -y install perl-Socket-MsgHdr

How To Uninstall perl-Socket-MsgHdr on Fedora 36

To uninstall only the perl-Socket-MsgHdr package we can use the following command:

sudo dnf remove perl-Socket-MsgHdr

perl-Socket-MsgHdr Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/697fb83e710c3065081b25e1767436d8f1d1df
/usr/lib64/perl5/vendor_perl/Socket
/usr/lib64/perl5/vendor_perl/Socket/MsgHdr.pm
/usr/lib64/perl5/vendor_perl/auto/Socket
/usr/lib64/perl5/vendor_perl/auto/Socket/MsgHdr
/usr/lib64/perl5/vendor_perl/auto/Socket/MsgHdr/MsgHdr.so
/usr/share/doc/perl-Socket-MsgHdr
/usr/share/doc/perl-Socket-MsgHdr/Changes
/usr/share/doc/perl-Socket-MsgHdr/README
/usr/share/licenses/perl-Socket-MsgHdr
/usr/share/licenses/perl-Socket-MsgHdr/LICENSE
/usr/share/man/man3/Socket::MsgHdr.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Socket-MsgHdr on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).