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

Last updated: May 14,2024

1. Install "libio-pipely-perl" package

Please follow the guidelines below to install libio-pipely-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libio-pipely-perl

2. Uninstall "libio-pipely-perl" package

This tutorial shows how to uninstall libio-pipely-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libio-pipely-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libio-pipely-perl
Priority: optional
Section: universe/perl
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.005-1
Depends: perl (>= 5.17.11)
Filename: pool/universe/libi/libio-pipely-perl/libio-pipely-perl_0.005-1_all.deb
Size: 13930
MD5sum: 9f1ac2280b8e11ad2f5ada2d4b26c8a1
SHA1: 2a83e87e6393ee95c9a3e3f32b3fcce3c6d86643
SHA256: 0b2afa291dbe4837b39dd9e7f246d01b02d626910f12dd5bd5fa5f059e9d2db3
Description-en: portable way to create pipe() or pipe-like handles
IO::Pipely provides a couple functions to portably create one- and
two-way pipes and pipe-like socket pairs. It acknowledges and works
around known platform issues so you don't have to.
.
IO::Pipely currently understands pipe(), UNIX-domain socketpair() and
regular IPv4 localhost sockets. It will use different kinds of pipes or
sockets depending on the operating system's capabilities and the number
of directions requested. The autodetection may be overridden by
specifying a particular pipe type.
.
IO::Pipely is a spin-off of the POE project's portable pipes. Earlier
versions of the code have been tested and used in production systems for
over a decade.
Description-md5: b196d213aacde22650b6af1ad158a5c6
Homepage: https://metacpan.org/release/IO-Pipely
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu