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

Last updated: May 21,2024

1. Install "libanyevent-fork-perl" package

This tutorial shows how to install libanyevent-fork-perl on Kali Linux

$ sudo apt update $ sudo apt install libanyevent-fork-perl

2. Uninstall "libanyevent-fork-perl" package

This tutorial shows how to uninstall libanyevent-fork-perl on Kali Linux:

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

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

Package: libanyevent-fork-perl
Version: 1.32-1
Installed-Size: 80
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libanyevent-perl, libcommon-sense-perl, libio-fdpass-perl, libproc-fastspawn-perl
Size: 37492
SHA256: 701a64d63111d486f754c6ebd2d84b2379f27e8526f3379dd07b36f3719974d6
SHA1: 630db59528591095cc1bc968b474b87918a56ea4
MD5sum: c47240d01e6f63bba1911efb0d5f8751
Description: module to create new processes
AnyEvent::Fork allows you to create new processes, without actually forking
them from your current process (avoiding the problems of forking), but
preserving most of the advantages of fork.
.
It can be used to create new worker processes or new independent subprocesses
for short- and long-running jobs, process pools (e.g. for use in pre-forked
servers) but also to spawn new external processes (such as CGI scripts from a
web server), which can be faster (and more well behaved) than using fork+exec
in big processes.
.
Special care has been taken to make this module useful from other modules,
while still supporting specialised environments such as App::Staticperl or
PAR::Packer.
Description-md5:
Homepage: https://metacpan.org/release/AnyEvent-Fork
Section: perl
Priority: optional
Filename: pool/main/liba/libanyevent-fork-perl/libanyevent-fork-perl_1.32-1_all.deb