How to Install and Uninstall libhttp-async-perl Package on Kali Linux

Last updated: May 11,2024

1. Install "libhttp-async-perl" package

Here is a brief guide to show you how to install libhttp-async-perl on Kali Linux

$ sudo apt update $ sudo apt install libhttp-async-perl

2. Uninstall "libhttp-async-perl" package

Learn how to uninstall libhttp-async-perl on Kali Linux:

$ sudo apt remove libhttp-async-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libhttp-async-perl package on Kali Linux

Package: libhttp-async-perl
Version: 0.33-3
Installed-Size: 63
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, liburi-perl, libwww-perl
Suggests: libnet-https-nb-perl
Size: 23604
SHA256: f2a55b80259af9248beb44731394c39427a9eecd5f870cedd107828fd01bdb48
SHA1: 2a66ca6957b3eff2ed0808e1f6cf50b26eda63f5
MD5sum: efae36dfe652850a9c407e83298e17e2
Description: module for parallel non-blocking processing of multiple HTTP requests
Although using the conventional LWP::UserAgent is fast and easy it does have
some drawbacks - the code execution blocks until the request has been
completed and it is only possible to process one request at a time.
HTTP::Async attempts to address these limitations.
.
It gives you a 'Async' object that you can add requests to, and then get the
requests off as they finish. The actual sending and receiving of the requests
is abstracted. As soon as you add a request it is transmitted, if there are
too many requests in progress at the moment they are queued. There is no
concept of starting or stopping - it runs continuously.
.
Whilst it is waiting to receive data it returns control to the code that
called it meaning that you can carry out processing whilst fetching data from
the network. All without forking or threading - it is actually done using
select lists.
Description-md5:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/HTTP-Async
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libh/libhttp-async-perl/libhttp-async-perl_0.33-3_all.deb