How to Install and Uninstall perl-MCE Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "perl-MCE" package
This guide covers the steps necessary to install perl-MCE on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-MCE
Copied
2. Uninstall "perl-MCE" package
Please follow the instructions below to uninstall perl-MCE on openSuSE Tumbleweed:
$
sudo zypper remove
perl-MCE
Copied
3. Information about the perl-MCE package on openSuSE Tumbleweed
Information for package perl-MCE:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MCE
Version : 1.889.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 978.9 KiB
Installed : No
Status : not installed
Source package : perl-MCE-1.889.0-2.1.src
Upstream URL : https://metacpan.org/release/MCE
Summary : Many-Core Engine for Perl providing parallel processing capabilities
Description :
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.
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-MCE
Version : 1.889.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 978.9 KiB
Installed : No
Status : not installed
Source package : perl-MCE-1.889.0-2.1.src
Upstream URL : https://metacpan.org/release/MCE
Summary : Many-Core Engine for Perl providing parallel processing capabilities
Description :
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.