How to Install and Uninstall perl-Socket-MsgHdr Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Socket-MsgHdr" package

This is a short guide on how to install perl-Socket-MsgHdr on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Socket-MsgHdr

2. Uninstall "perl-Socket-MsgHdr" package

In this section, we are going to explain the necessary steps to uninstall perl-Socket-MsgHdr on openSuSE Tumbleweed:

$ sudo zypper remove perl-Socket-MsgHdr

3. Information about the perl-Socket-MsgHdr package on openSuSE Tumbleweed

Information for package perl-Socket-MsgHdr:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Socket-MsgHdr
Version : 0.05-1.26
Arch : x86_64
Vendor : openSUSE
Installed Size : 31.3 KiB
Installed : No
Status : not installed
Source package : perl-Socket-MsgHdr-0.05-1.26.src
Upstream URL : https://metacpan.org/release/Socket-MsgHdr
Summary : Sendmsg, Recvmsg and Ancillary Data Operations
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.
This structure describes the message sent or received (buf), the peer on
the other end of the socket (name), and ancillary or so-called control
information (cmsghdr). This ancillary data may be used for file descriptor
passing, IPv6 operations, and a host of implemenation-specific extensions.