How to Install and Uninstall perl-MCE.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 26,2024
1. Install "perl-MCE.noarch" package
This tutorial shows how to install perl-MCE.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
perl-MCE.noarch
Copied
2. Uninstall "perl-MCE.noarch" package
This is a short guide on how to uninstall perl-MCE.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
perl-MCE.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-MCE.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:09:08 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-MCE
Version : 1.876
Release : 1.el9
Architecture : noarch
Size : 298 k
Source : perl-MCE-1.876-1.el9.src.rpm
Repository : epel
Summary : Many-core Engine for Perl providing parallel processing capabilities
URL : https://metacpan.org/release/MCE
License : GPL+ or Artistic
Description : Many-core Engine (MCE) for Perl helps enable a new level of performance by
: maximizing all available cores. MCE spawns a pool of workers and therefore
: does not fork a new process per each element of data. Instead, MCE follows
: a bank queuing model. Imagine the line being the data and bank-tellers the
: parallel workers. MCE enhances that model by adding the ability to chunk
: the next n elements from the input stream to the next available worker.
Available Packages
Name : perl-MCE
Version : 1.876
Release : 1.el9
Architecture : noarch
Size : 298 k
Source : perl-MCE-1.876-1.el9.src.rpm
Repository : epel
Summary : Many-core Engine for Perl providing parallel processing capabilities
URL : https://metacpan.org/release/MCE
License : GPL+ or Artistic
Description : Many-core Engine (MCE) for Perl helps enable a new level of performance by
: maximizing all available cores. MCE spawns a pool of workers and therefore
: does not fork a new process per each element of data. Instead, MCE follows
: a bank queuing model. Imagine the line being the data and bank-tellers the
: parallel workers. MCE enhances that model by adding the ability to chunk
: the next n elements from the input stream to the next available worker.