How to Install and Uninstall libasync-interrupt-perl Package on Kali Linux

Last updated: May 04,2024

1. Install "libasync-interrupt-perl" package

This guide covers the steps necessary to install libasync-interrupt-perl on Kali Linux

$ 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 Kali Linux:

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

3. Information about the libasync-interrupt-perl package on Kali Linux

Package: libasync-interrupt-perl
Source: libasync-interrupt-perl (1.26-1)
Version: 1.26-1+b4
Installed-Size: 93
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.28), libcommon-sense-perl
Size: 33280
SHA256: 8ec116bb840121f9b3f4df96551a9e9dd84070312b072717693232f2f34712ae
SHA1: 31cad6a3251d02290c68451953eda250b4e4c801
MD5sum: 0cc0e5eda08ecbc3763be893c7a9824a
Description: 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:
Homepage: https://metacpan.org/release/Async-Interrupt
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/liba/libasync-interrupt-perl/libasync-interrupt-perl_1.26-1+b4_amd64.deb