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

Last updated: May 04,2024

1. Install "libsocket-getaddrinfo-perl" package

Please follow the step by step instructions below to install libsocket-getaddrinfo-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libsocket-getaddrinfo-perl" package

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

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

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

Package: libsocket-getaddrinfo-perl
Priority: optional
Section: universe/perl
Installed-Size: 85
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.22-3
Depends: perl (>= 5.13.9)
Suggests: dnsutils
Filename: pool/universe/libs/libsocket-getaddrinfo-perl/libsocket-getaddrinfo-perl_0.22-3_all.deb
Size: 36042
MD5sum: 0717fb6f1e564dc36e47ff7432717aee
SHA1: f0d0118d66fd9d6cfd496090709880030c2ca467
SHA256: 66b8c6cdff2e26796d10d17de45e1c8f13dcd0bdff4954d5745a61f93915df37
Description-en: module implementing getaddrinfo and getnameinfo
Socket::GetAddrInfo provides a Perl implementation of the getaddrinfo and
getnameinfo functions as described in RFC 2553. These functions are useful for
converting between a pair of host name/service name and socket addresses, or
vice versa.
.
This module uses underlying C code to do most of the work if possible, but can
also fall back on some mostly-compatible emulation code written in Perl. This
means that this module is a fairly portable implementation of these functions.
.
As of Perl version 5.14.0, Perl already supports `getaddrinfo' in core. On
such a system, this module simply uses the functions provided by `Socket',
and does not need to use its own compiled XS, or pure-perl legacy emulation.
.
As `Socket' in core now provides all the functions also provided by this
module, it is likely this may be the last released version of this module.
And code currently using this module would be advised to switch to using core
`Socket' instead.
Description-md5: 20e1352cfb294c18dae59c015592a39c
Homepage: https://metacpan.org/release/Socket-GetAddrInfo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu