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

Last updated: March 29,2024

1. Install "libio-async-loop-epoll-perl" package

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

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

2. Uninstall "libio-async-loop-epoll-perl" package

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

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

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

Package: libio-async-loop-epoll-perl
Priority: optional
Section: universe/perl
Installed-Size: 30
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.17-1
Depends: perl, libio-async-perl (>= 0.60), liblinux-epoll-perl (>= 0.012)
Breaks: libio-async-perl (<< 0.33)
Filename: pool/universe/libi/libio-async-loop-epoll-perl/libio-async-loop-epoll-perl_0.17-1_all.deb
Size: 10064
MD5sum: 7693168363bc4e0b89f76306370a25b9
SHA1: 04eebde6e3ff36d4c37a5fe78fd74ba9713abf1d
SHA256: 9fd7d520c2594fb3af2cc087179aa39bb780a1ac76f33ba4875dc28c8ab550f2
Description-en: Perl extension for an event loop using epoll
IO::Async::Loop::Epoll is a Perl module that provides an implementation of
an event loop that uses the epoll() system call. The epoll system call, which
is currently only available on Linux, scales in constant O(1) time. For many
open filehandles, you will get significantly better performance using this
algorithm.
.
It uses the IO::Epoll (libio-epoll-perl) module for this functionality.
Description-md5: 6239af878831798b7000966967b02c2a
Homepage: https://metacpan.org/release/IO-Async-Loop-Epoll
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu