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

Last updated: May 20,2024

1. Install "libthread-pool-perl" package

In this section, we are going to explain the necessary steps to install libthread-pool-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libthread-pool-perl

2. Uninstall "libthread-pool-perl" package

Learn how to uninstall libthread-pool-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libthread-pool-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libthread-pool-perl
Priority: optional
Section: universe/perl
Installed-Size: 93
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.33-2
Depends: perl, libthread-conveyor-monitored-perl, libthread-conveyor-perl
Filename: pool/universe/libt/libthread-pool-perl/libthread-pool-perl_0.33-2_all.deb
Size: 29070
MD5sum: b35fdfe3409fada936e899f940bfb687
SHA1: 688e5836fb7732ed1c43d181720b0dc555bfdf47
SHA256: 422f238448ee5c37ff22f3158819b17e3436e5cb73a650187c28f87acc30e090
Description-en: group of threads for performing similar jobs
The Thread::Pool module allows you to set up a group of (worker) threads to
execute a (large) number of similar jobs that need to be executed
asynchronously. The routine that actually performs the job (the "do"
routine), must be specified as a name or a reference to a (anonymous)
subroutine.
Description-md5: edca1f915cd328ebe17d941f993a65d3
Homepage: https://metacpan.org/release/Thread-Pool
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu