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

Last updated: September 29,2024

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

This tutorial shows how to install perl-POE-Component-JobQueue.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-POE-Component-JobQueue.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:27:47 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-POE-Component-JobQueue
Version : 0.571
Release : 25.fc34
Architecture : noarch
Size : 23 k
Source : perl-POE-Component-JobQueue-0.571-25.fc34.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.