How to Install and Uninstall perl-POE-Component-JobQueue.noarch Package on Fedora 36

Last updated: January 16,2025

1. Install "perl-POE-Component-JobQueue.noarch" package

This guide covers the steps necessary to install perl-POE-Component-JobQueue.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-POE-Component-JobQueue.noarch

2. Uninstall "perl-POE-Component-JobQueue.noarch" package

Please follow the guidance below to uninstall perl-POE-Component-JobQueue.noarch on Fedora 36:

$ sudo dnf remove perl-POE-Component-JobQueue.noarch $ sudo dnf autoremove

3. Information about the perl-POE-Component-JobQueue.noarch package on Fedora 36

Last metadata expiration check: 2:48:38 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-POE-Component-JobQueue
Version : 0.571
Release : 28.fc36
Architecture : noarch
Size : 23 k
Source : perl-POE-Component-JobQueue-0.571-28.fc36.src.rpm
Repository : fedora
Summary : Process a large number of tasks with a finite number of workers
URL : https://metacpan.org/release/POE-Component-JobQueue
License : GPL+ or Artistic
Description : 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 an arbitrarily large number of
: worker sessions from exhausting some finite resource.