How to Install and Uninstall perl-Socket-MsgHdr Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-Socket-MsgHdr" package

Please follow the guidance below to install perl-Socket-MsgHdr on openSUSE Leap

$ 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 Leap:

$ sudo zypper remove perl-Socket-MsgHdr

3. Information about the perl-Socket-MsgHdr package on openSUSE Leap

Information for package perl-Socket-MsgHdr:
-------------------------------------------
Repository : Main Repository
Name : perl-Socket-MsgHdr
Version : 0.05-bp155.2.11
Arch : x86_64
Vendor : openSUSE
Installed Size : 27.6 KiB
Installed : No
Status : not installed
Source package : perl-Socket-MsgHdr-0.05-bp155.2.11.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.