How to Install and Uninstall perl-MCE.noarch Package on Fedora 39
Last updated: January 05,2025
1. Install "perl-MCE.noarch" package
This tutorial shows how to install perl-MCE.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
perl-MCE.noarch
Copied
2. Uninstall "perl-MCE.noarch" package
Here is a brief guide to show you how to uninstall perl-MCE.noarch on Fedora 39:
$
sudo dnf remove
perl-MCE.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the perl-MCE.noarch package on Fedora 39
Last metadata expiration check: 4:02:10 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-MCE
Version : 1.889
Release : 1.fc39
Architecture : noarch
Size : 314 k
Source : perl-MCE-1.889-1.fc39.src.rpm
Repository : fedora
Summary : Many-core Engine for Perl providing parallel processing capabilities
URL : https://metacpan.org/release/MCE
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.889
Release : 1.fc39
Architecture : noarch
Size : 314 k
Source : perl-MCE-1.889-1.fc39.src.rpm
Repository : fedora
Summary : Many-core Engine for Perl providing parallel processing capabilities
URL : https://metacpan.org/release/MCE
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.