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

Last updated: October 10,2024

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

Please follow the guidance below to install perl-Proc-Queue.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall perl-Proc-Queue.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:46:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Proc-Queue
Version : 1.23
Release : 24.fc36
Architecture : noarch
Size : 20 k
Source : perl-Proc-Queue-1.23-24.fc36.src.rpm
Repository : fedora
Summary : Limit the number of child processes running
URL : https://metacpan.org/release/Proc-Queue
License : GPL+ or Artistic
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.