How to Install and Uninstall libproc-queue-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 30,2024

1. Install "libproc-queue-perl" package

This guide let you learn how to install libproc-queue-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libproc-queue-perl" package

Please follow the guidelines below to uninstall libproc-queue-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libproc-queue-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libproc-queue-perl
Priority: optional
Section: universe/perl
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Alexander Zangerl
Architecture: all
Version: 1.23-1
Depends: perl
Filename: pool/universe/libp/libproc-queue-perl/libproc-queue-perl_1.23-1_all.deb
Size: 13246
MD5sum: cc54dc695736a8b90bb3ff42a2178450
SHA1: e60780af4d36b03efecaf4f4fe42d60e038bee6e
SHA256: 10654396979c7bb82dbcf50681216c7cc9f3fb2035d5f9232cdccd04426312ff
Description-en: 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: a826614dd74f03a0501d8b5d870b7e7c
Homepage: http://search.cpan.org/dist/Proc-Queue/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu