How to Install and Uninstall libpoe-component-jobqueue-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "libpoe-component-jobqueue-perl" package

Here is a brief guide to show you how to install libpoe-component-jobqueue-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpoe-component-jobqueue-perl

2. Uninstall "libpoe-component-jobqueue-perl" package

Here is a brief guide to show you how to uninstall libpoe-component-jobqueue-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpoe-component-jobqueue-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpoe-component-jobqueue-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpoe-component-jobqueue-perl
Priority: optional
Section: universe/perl
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.5700-1
Depends: perl, libpoe-perl (>= 2:1.2690)
Filename: pool/universe/libp/libpoe-component-jobqueue-perl/libpoe-component-jobqueue-perl_0.5700-1_all.deb
Size: 17202
MD5sum: 2278604fdf2c25bf37ecd8a883a6ef4f
SHA1: 91d54f83671ec44a4e1a5f3442e5f17693f7bcd8
SHA256: bc03656fdb9ef29b13801f5d00b27089a74fb52669938319529b723fb03210f1
Description-en: POE component to manage queues and worker pools
POE::Component::JobQueue manages a finite pool of worker sessions as they
handle an arbitrarily large number of tasks. It often is used as a form of
flow control, preventing a large group of tasks from exhausting some sort of
resource.
.
This module implements two kinds of queue: active and passive. Both types of
queues use a Worker coderef to spawn sessions that process jobs, but how they
use the Worker differs between them.
Description-md5: 0ffeab47c7f4380c105f575720ee944f
Homepage: http://search.cpan.org/dist/POE-Component-JobQueue/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu