How to Install and Uninstall libanyevent-perl Package on Kali Linux

Last updated: May 14,2024

1. Install "libanyevent-perl" package

Please follow the guidelines below to install libanyevent-perl on Kali Linux

$ sudo apt update $ sudo apt install libanyevent-perl

2. Uninstall "libanyevent-perl" package

This guide covers the steps necessary to uninstall libanyevent-perl on Kali Linux:

$ sudo apt remove libanyevent-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libanyevent-perl package on Kali Linux

Package: libanyevent-perl
Source: libanyevent-perl (7.170-2)
Version: 7.170-2+b5
Installed-Size: 907
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl, perlapi-5.38.2
Recommends: libasync-interrupt-perl, libev-perl | libevent-perl, libguard-perl
Suggests: libev-perl, libevent-perl, libio-async-perl, libjson-perl | libjson-xs-perl, libnet-ssleay-perl, libpoe-perl, libtask-weaken-perl
Size: 384148
SHA256: b3561d6b2613e233feb2eed641da5b9b2c5834ea3e4520eb42275ded8cd5b4e9
SHA1: 9c888569424ca7ad185667de3a84c40ddbcceed2
MD5sum: 053285866ed2665f404ef126d0470aeb
Description: event loop framework with multiple implementations
AnyEvent is not an event model itself, it only interfaces to whatever event
model the main program happens to use, in a pragmatic way. For event models,
the statement "there can only be one" is a bitter reality: In general, only
one event loop can be active at the same time in a process. This module
cannot change this, but it can hide the differences between them.
.
The goal of AnyEvent is to offer module authors the ability to do event
programming (waiting for I/O or timer events) without subscribing to a
religion, a way of living, and most importantly: without forcing your module
users into the same thing by forcing them to use the same event model you use.
.
During the first call of any watcher-creation method, the module tries to
detect the currently loaded event loop by probing whether one of the
following modules is already loaded: EV, AnyEvent::Loop, Event, Glib, Tk,
Event::Lib, Qt, POE. The first one found is used. If none are detected, the
module tries to load the first four modules in the order given; but note that
if EV is not available, the pure-perl AnyEvent::Loop should always work, so
the other two are not normally tried.
Description-md5:
Homepage: https://metacpan.org/release/AnyEvent
Tag: devel::lang:perl, devel::library, implemented-in::c,
implemented-in::perl, role::devel-lib
Section: perl
Priority: optional
Filename: pool/main/liba/libanyevent-perl/libanyevent-perl_7.170-2+b5_amd64.deb