How to Install and Uninstall libsocket-getaddrinfo-perl Package on Kali Linux

Last updated: May 11,2024

1. Install "libsocket-getaddrinfo-perl" package

This tutorial shows how to install libsocket-getaddrinfo-perl on Kali Linux

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

2. Uninstall "libsocket-getaddrinfo-perl" package

Please follow the step by step instructions below to uninstall libsocket-getaddrinfo-perl on Kali Linux:

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

3. Information about the libsocket-getaddrinfo-perl package on Kali Linux

Package: libsocket-getaddrinfo-perl
Version: 0.22-5
Installed-Size: 87
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Suggests: dnsutils
Size: 38168
SHA256: 1b0263a2116e9ee801571aa9b07bf811e38f04c0c499c4956b501feb90a96c53
SHA1: e89e625a9bb65ec26fa31f48e3fdb0ca6cd15421
MD5sum: 857a1c495d8c670b9e8787bb1f58c3f9
Description: 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:
Homepage: https://metacpan.org/release/Socket-GetAddrInfo
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libs/libsocket-getaddrinfo-perl/libsocket-getaddrinfo-perl_0.22-5_all.deb