How to Install and Uninstall libio-socket-ip-perl Package on Kali Linux

Last updated: May 12,2024

1. Install "libio-socket-ip-perl" package

Please follow the guidelines below to install libio-socket-ip-perl on Kali Linux

$ sudo apt update $ sudo apt install libio-socket-ip-perl

2. Uninstall "libio-socket-ip-perl" package

Please follow the instructions below to uninstall libio-socket-ip-perl on Kali Linux:

$ sudo apt remove libio-socket-ip-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libio-socket-ip-perl package on Kali Linux

Package: libio-socket-ip-perl
Version: 0.42-1
Installed-Size: 74
Maintainer: Debian Perl Group
Architecture: all
Depends: netbase
Size: 28924
SHA256: 55f080228c251d502ea0e0744287e8fb0fca082bb20d96f5f94fd8d31ba61361
SHA1: 61e74c9f677fbb721cd0d108cb6b8f183c67061d
MD5sum: 43d1eaac7704321da09b86f1309517ca
Description: module for using IPv4 and IPv6 sockets in a protocol-independent way
IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6
sockets. It allows new connections to be made by specifying the hostname and
service name or port number. It allows for connections to be accepted by
sockets listening on local ports, by service name or port number.
.
It uses Socket::GetAddrInfo's getaddrinfo function to convert
hostname/service name pairs into sets of possible addresses to connect to.
This allows it to work for IPv6 where the system supports it, while still
falling back to IPv4-only on systems which don't.
.
It provides an API which, for most typical cases, should be a drop-in
replacement for IO::Socket::INET; most constructor arguments and methods are
provided in a compatible way.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/IO-Socket-IP
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libi/libio-socket-ip-perl/libio-socket-ip-perl_0.42-1_all.deb