How to Install and Uninstall perl-Proc-Queue.noarch Package on Fedora 39

Last updated: September 29,2024

1. Install "perl-Proc-Queue.noarch" package

Please follow the guidelines below to install perl-Proc-Queue.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install perl-Proc-Queue.noarch

2. Uninstall "perl-Proc-Queue.noarch" package

Here is a brief guide to show you how to uninstall perl-Proc-Queue.noarch on Fedora 39:

$ sudo dnf remove perl-Proc-Queue.noarch $ sudo dnf autoremove

3. Information about the perl-Proc-Queue.noarch package on Fedora 39

Last metadata expiration check: 0:59:07 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Proc-Queue
Version : 1.23
Release : 28.fc39
Architecture : noarch
Size : 20 k
Source : perl-Proc-Queue-1.23-28.fc39.src.rpm
Repository : fedora
Summary : Limit the number of child processes running
URL : https://metacpan.org/release/Proc-Queue
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This module lets you parallelise a perl program using the fork, exit, wait
: and waitpid calls as usual but without taking care of creating too many
: processes and overloading the machine.