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

Last updated: October 08,2024

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

Here is a brief guide to show you how to install perl-POE-Component-JobQueue.noarch on Fedora 35

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

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

Please follow the step by step instructions below to uninstall perl-POE-Component-JobQueue.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:38:57 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-POE-Component-JobQueue
Version : 0.571
Release : 27.fc35
Architecture : noarch
Size : 23 k
Source : perl-POE-Component-JobQueue-0.571-27.fc35.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.