How to Install and Uninstall libio-socket-ip-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 13,2024

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

In this section, we are going to explain the necessary steps to install libio-socket-ip-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ 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 Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libio-socket-ip-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libio-socket-ip-perl
Priority: optional
Section: universe/perl
Installed-Size: 101
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.37-1
Depends: netbase, perl-base (>= 5.15.6) | libsocket-perl (>= 1.97)
Filename: pool/universe/libi/libio-socket-ip-perl/libio-socket-ip-perl_0.37-1_all.deb
Size: 24042
MD5sum: 78901b9df98a65365e555462d4d0a3ab
SHA1: 3167b02c30c8eb73a2dc835856fda8daf8bc8b82
SHA256: e3c5c9ad6c0e155df8aff0f246af1f05e07352036b775095ec3693c06c437378
Description-en: 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: 47b2b5b3c06d44fa6c43ca6cf73af08a
Homepage: https://metacpan.org/release/IO-Socket-IP
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu