How to Install and Uninstall perl-Parallel-ForkManager.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-Parallel-ForkManager.noarch" package

Learn how to install perl-Parallel-ForkManager.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Parallel-ForkManager.noarch

2. Uninstall "perl-Parallel-ForkManager.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Parallel-ForkManager.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Parallel-ForkManager.noarch $ sudo dnf autoremove

3. Information about the perl-Parallel-ForkManager.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:41:25 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Parallel-ForkManager
Version : 2.02
Release : 14.el9
Architecture : noarch
Size : 34 k
Source : perl-Parallel-ForkManager-2.02-14.el9.src.rpm
Repository : epel
Summary : Simple parallel processing fork manager
URL : https://metacpan.org/release/Parallel-ForkManager
License : GPL+ or Artistic
Description : This module is intended for use in operations that can be done in parallel
: where the number of processes to be forked off should be limited. Typical
: use is a downloader which will be retrieving hundreds/thousands of files.