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

Last updated: May 13,2024

1. Install "libio-epoll-perl" package

This tutorial shows how to install libio-epoll-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libio-epoll-perl" package

This guide let you learn how to uninstall libio-epoll-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libio-epoll-perl
Priority: optional
Section: universe/perl
Installed-Size: 53
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 0.03-2build2
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.6)
Filename: pool/universe/libi/libio-epoll-perl/libio-epoll-perl_0.03-2build2_amd64.deb
Size: 16274
MD5sum: efee55d4dad4ad8c357795912bf60e8d
SHA1: 3e1a7bb0d4120fc321f5123c72a606dba93d7e72
SHA256: 8cee2310ac8526e0fda7895e4be96ef08946838dd15fd438e041fe839f962337
Description-en: Perl interface to the Epoll IO Multiplexing subsystem
IO::Epoll provides access to the new, (currently) Linux-specific variant of
poll() known as epoll(). It is designed to offer O(1) scalability over large
numbers of watched file descriptors.
.
This module provides a higher-level layer designed to emulate the behaviour
of IO::Poll and IO::Ppoll, but also exposes the corresponding low-level API
that closely matches the related system calls.
Description-md5: 6228a73eea0a065539ea727611ab2f11
Homepage: https://metacpan.org/release/IO-Epoll
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu