How to Install and Uninstall perl-MCE.noarch Package on Fedora 36

Last updated: January 12,2025

1. Install "perl-MCE.noarch" package

This guide covers the steps necessary to install perl-MCE.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-MCE.noarch

2. Uninstall "perl-MCE.noarch" package

Please follow the guidance below to uninstall perl-MCE.noarch on Fedora 36:

$ sudo dnf remove perl-MCE.noarch $ sudo dnf autoremove

3. Information about the perl-MCE.noarch package on Fedora 36

Last metadata expiration check: 0:37:03 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-MCE
Version : 1.878
Release : 1.fc36
Architecture : noarch
Size : 306 k
Source : perl-MCE-1.878-1.fc36.src.rpm
Repository : fedora
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.