How to Install and Uninstall libasync-interrupt-perl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 04,2024

1. Install "libasync-interrupt-perl" package

In this section, we are going to explain the necessary steps to install libasync-interrupt-perl on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libasync-interrupt-perl" package

This is a short guide on how to uninstall libasync-interrupt-perl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libasync-interrupt-perl package on Ubuntu 20.10 (Groovy Gorilla)

Package: libasync-interrupt-perl
Architecture: amd64
Version: 1.26-1
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.30.0-10), perlapi-5.30.0, libc6 (>= 2.28), libcommon-sense-perl
Filename: pool/universe/liba/libasync-interrupt-perl/libasync-interrupt-perl_1.26-1_amd64.deb
Size: 32800
MD5sum: 54da25c3b5066719dfb6da59fb9b18fd
SHA1: c0a39db2d431343fc577b22baf79e9c500a80b84
SHA256: 25e182eff9553b7c12f758d7085e615674edbdf80597101d53c213e97a163bd7
SHA512: 1c4f58d315b67f3cc2f1b1b37552a77899566008f85d3dee0a91fb05da77ea39c34c373bb364a1a299e2f6bc6da5406cefd395c6ed47a3a1a52894f3ba4afcac
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