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

Last updated: April 29,2024

1. Install "libio-async-perl" package

This guide covers the steps necessary to install libio-async-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libio-async-perl" package

Please follow the instructions below to uninstall libio-async-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libio-async-perl
Priority: optional
Section: universe/perl
Installed-Size: 646
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.70-1
Depends: perl, libfuture-perl (>= 0.33), libstruct-dumb-perl, perl (>= 5.17.8) | libsocket-perl (>= 2.007)
Recommends: libasync-mergepoint-perl, libtest-fatal-perl, libtest-refcount-perl, perl (>= 5.19.8) | libio-socket-ip-perl
Breaks: libio-async-loop-epoll-perl (<< 0.09), libio-async-loop-glib-perl (<< 0.19)
Filename: pool/universe/libi/libio-async-perl/libio-async-perl_0.70-1_all.deb
Size: 249480
MD5sum: c6ee538b7ef1f0ea1aa1763e8ff2bf26
SHA1: 3d4724ded027824ffbba61f80950b06cac91360f
SHA256: 7e4abe3026635caa4c70695e98634a037ceeb531fe063cec27d6ee89cb4ec9a6
Description-en: module providing asynchronous filehandle I/O
IO::Async is a collection of Perl modules that allow programs to perform
various operations on filehandles asynchronously.
.
Typically, a program would use a main IO::Async::Loop which would contain the
other objects that perform the actual I/O work required by the program. This
versatile loop supports features like timers and signal handlers through its
various included subclasses.
Description-md5: fdc31026b1bfd5bcca83fb0ca6d1539b
Homepage: https://metacpan.org/release/IO-Async
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu