How to Install and Uninstall libproc-queue-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libproc-queue-perl" package

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

$ sudo apt update $ sudo apt install libproc-queue-perl

2. Uninstall "libproc-queue-perl" package

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

$ sudo apt remove libproc-queue-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libproc-queue-perl package on Kali Linux

Package: libproc-queue-perl
Version: 1.23-1.1
Installed-Size: 42
Maintainer: Alexander Zangerl
Architecture: all
Depends: perl:any
Size: 13964
SHA256: ae1027e5dc7d869a94095df4d03e458f5197afb7e4588ec42b1b6296f1222527
SHA1: dc60c39ccd27d5efe228bc881e9efd240c4c18a9
MD5sum: bd0eaba12b6c08b2fdf6c5886af50a2e
Description: Perl module to limit the number of child processes
Proc::Queue lets you parallelise a perl program using the fork, exit, wait
and waitpid calls as usual but without taking care of creating too many
processes and overloading the machine.
.
It redefines perl fork, exit, wait and waitpid core functions. Old programs
do not need to be reprogrammed, only the use Proc::Queue ... sentence has to
be added to them.
Description-md5:
Homepage: http://search.cpan.org/dist/Proc-Queue/
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libp/libproc-queue-perl/libproc-queue-perl_1.23-1.1_all.deb