How to Install and Uninstall libasync-interrupt-perl Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 04,2024

1. Install "libasync-interrupt-perl" package

Please follow the guidelines below to install libasync-interrupt-perl on Ubuntu 21.04 (Hirsute Hippo)

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

2. Uninstall "libasync-interrupt-perl" package

This guide let you learn how to uninstall libasync-interrupt-perl on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the libasync-interrupt-perl package on Ubuntu 21.04 (Hirsute Hippo)

Package: libasync-interrupt-perl
Architecture: amd64
Version: 1.26-1build1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 95
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.28), libcommon-sense-perl
Filename: pool/universe/liba/libasync-interrupt-perl/libasync-interrupt-perl_1.26-1build1_amd64.deb
Size: 32860
MD5sum: 284971d53d91ada483da21e5f941b9a1
SHA1: d0c14735ae4935cf5d67f43ce6b676fbf8ea45cf
SHA256: 3d8c245100422cf0b62ed0441a3ba48587a9a4d92a4bc2d034cf96ae1c288d7f
SHA512: 3f6f8f51a42ec8c2d051c06ba7707fcddd4402490b65c1548d4ecbd3a70eab736c4005fcf90d5f0e8c392df15623904cf34d6de188dd955abbf9584c9e92cf4b
Homepage: https://metacpan.org/release/Async-Interrupt
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