How to Install and Uninstall libforks-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "libforks-perl" package

Learn how to install libforks-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libforks-perl

2. Uninstall "libforks-perl" package

Please follow the guidance below to uninstall libforks-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libforks-perl package on Ubuntu 21.10 (Impish Indri)

Package: libforks-perl
Architecture: amd64
Version: 0.36-2build6
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 317
Depends: perl (>= 5.32.0-4), perlapi-5.32.0, libc6 (>= 2.4), libacme-damn-perl, liblist-moreutils-perl, libsys-sigaction-perl
Filename: pool/universe/libf/libforks-perl/libforks-perl_0.36-2build6_amd64.deb
Size: 93336
MD5sum: 0fa67b34d3e39441d479770917ab6fc4
SHA1: ed682f82906f7d7b47c5653b55ddcc448363b19b
SHA256: c6e764ac32c9d6d39a417059134ab080dbe260dd840d0b2dbb098f09246273f0
SHA512: 4c9227d56603b2d912e144c603acdcee5cdbca2def22b73f4f994a89e5c55ca49a7879b7b52c92079c76846ab7ca2210e10da397f29441760d931c41f7b8b871
Homepage: https://metacpan.org/release/forks
Description-en: 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: 43f2df333a24cdaf61681840291a21a3