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

Last updated: October 07,2024

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

Please follow the steps below to install perl-Parallel-ForkManager.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Here is a brief guide to show you how to uninstall perl-Parallel-ForkManager.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:26:50 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Parallel-ForkManager
Version : 2.02
Release : 5.el8
Architecture : noarch
Size : 39 k
Source : perl-Parallel-ForkManager-2.02-5.el8.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.