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

Last updated: October 05,2024

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

This tutorial shows how to install perl-Proc-Queue.noarch on Fedora 34

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

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

This guide let you learn how to uninstall perl-Proc-Queue.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:49:02 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Proc-Queue
Version : 1.23
Release : 21.fc34
Architecture : noarch
Size : 20 k
Source : perl-Proc-Queue-1.23-21.fc34.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.