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

Last updated: May 04,2024

1. Install "libasync-interrupt-perl" package

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

$ sudo apt update $ sudo apt install libasync-interrupt-perl

2. Uninstall "libasync-interrupt-perl" package

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

$ sudo apt remove libasync-interrupt-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libasync-interrupt-perl
Priority: optional
Section: universe/perl
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: amd64
Version: 1.21-1build1
Depends: perl (>= 5.22.1-1), perlapi-5.22.1, libc6 (>= 2.7), libcommon-sense-perl
Filename: pool/universe/liba/libasync-interrupt-perl/libasync-interrupt-perl_1.21-1build1_amd64.deb
Size: 32080
MD5sum: b4c0fb2ff8b6c52fb13a21076ed41c8f
SHA1: 40be37be2d424222267335ab860bd403b008d744
SHA256: 90472419a7c0524c02c260fdefc65185409bdcaee8661cefd6cbe25a6e6746cc
Description-en: module to allow C/XS libraries to interrupt perl
Async::Interrupt is a Perl module that implements asynchronous interruptions,
similar in nature to UNIX signals, in a cross-platform manner. Modules might
want to run code asynchronously (in another thread or from a signal handler)
and then signal the interpreter on certain events. One common way is to write
data to a pipe and use an event handling toolkit to watch for I/O events.
Another way is to send a signal. Those methods are slow, and in the case of a
pipe, also not asynchronous - it won't interrupt a running Perl interpreter.
.
This module implements asynchronous notifications that enable you to signal
running Perl code from another thread, asynchronously, and sometimes even
without using a single syscall.
Description-md5: 9b5c58429a35f16d4a15401a79271254
Homepage: https://metacpan.org/release/Async-Interrupt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu