How to Install and Uninstall libsocket-getaddrinfo-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 11,2024

1. Install "libsocket-getaddrinfo-perl" package

This guide covers the steps necessary to install libsocket-getaddrinfo-perl on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libsocket-getaddrinfo-perl" package

Here is a brief guide to show you how to uninstall libsocket-getaddrinfo-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libsocket-getaddrinfo-perl package on Ubuntu 21.10 (Impish Indri)

Package: libsocket-getaddrinfo-perl
Architecture: all
Version: 0.22-3
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 85
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
SHA512: bb643ae7a0115f2be3e9f61f32e8d73f3b234e7e4d89ff61ebafdeba367f99313b5e5032cd233f5b045b59d4d26df2a72b4c4a14942862e579b680fc4f7c87e9
Homepage: https://metacpan.org/release/Socket-GetAddrInfo
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