How to Install and Uninstall perl-Parallel-ForkManager.noarch Package on Oracle Linux 9

Last updated: September 30,2024

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

Learn how to install perl-Parallel-ForkManager.noarch on Oracle Linux 9

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

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

This tutorial shows how to uninstall perl-Parallel-ForkManager.noarch on Oracle Linux 9:

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

3. Information about the perl-Parallel-ForkManager.noarch package on Oracle Linux 9

Last metadata expiration check: 0:57:00 ago on Thu Feb 15 07:50:05 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.