How to Install and Uninstall libsocket-msghdr-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

1. Install "libsocket-msghdr-perl" package

Please follow the guidance below to install libsocket-msghdr-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsocket-msghdr-perl

2. Uninstall "libsocket-msghdr-perl" package

Please follow the instructions below to uninstall libsocket-msghdr-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libsocket-msghdr-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsocket-msghdr-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsocket-msghdr-perl
Priority: optional
Section: universe/perl
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.04-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.14)
Filename: pool/universe/libs/libsocket-msghdr-perl/libsocket-msghdr-perl_0.04-1build1_amd64.deb
Size: 13784
MD5sum: c6378cbfb6e1d36592bf403c9f1fda17
SHA1: c6783058abca1014d84943df3b9f55edf5dabf17
SHA256: ef879b843c0df52eb9b33b7eeb2204ed2aec64e5d8e1e26d0631676e36573019
Description-en: sendmsg, recvmsg and ancillary data operations
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.
Description-md5: 4ccb17359983227cb93fd3584e850c63
Homepage: https://metacpan.org/release/Socket-MsgHdr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu