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

Last updated: May 12,2024

1. Install "libforks-perl" package

This guide let you learn how to install libforks-perl on Kali Linux

$ sudo apt update $ sudo apt install libforks-perl

2. Uninstall "libforks-perl" package

This is a short guide on how to uninstall libforks-perl on Kali Linux:

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

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

Package: libforks-perl
Source: libforks-perl (0.36-3)
Version: 0.36-3+b2
Installed-Size: 327
Maintainer: Debian Perl Group
Architecture: amd64
Depends: perl (>= 5.38.2-2), perlapi-5.38.2, libc6 (>= 2.4), libacme-damn-perl, liblist-moreutils-perl, libsys-sigaction-perl
Size: 102304
SHA256: 259529f24493a15b0e5325e13187423acc89f9dd4de163781058bcc1926d447d
SHA1: 39248ddb9710e141de3926274dc005d83cfc0cee
MD5sum: ad11856953009385bbe645afe072c509
Description: Perl module to emulate threads with fork
The forks.pm module is a drop-in replacement for threads.pm. It has the
same syntax as the threads.pm module (it even takes over its namespace) but
has some significant differences:
.
- you do _not_ need a special (threaded) version of Perl
- it is _much_ more economic with memory usage on OS's that support COW
- it is more efficient in the startup of threads
- it is slightly less efficient in the stopping of threads
- it is less efficient in inter-thread communication
.
If nothing else, it allows you to use the Perl threading model in
non-threaded Perl builds and in older versions of Perl (5.6.0 and
higher are supported).
Description-md5:
Homepage: https://metacpan.org/release/forks
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/libf/libforks-perl/libforks-perl_0.36-3+b2_amd64.deb