How to Install and Uninstall perl-MCE Package on openSUSE Leap

Last updated: May 15,2024

1. Install "perl-MCE" package

In this section, we are going to explain the necessary steps to install perl-MCE on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-MCE

2. Uninstall "perl-MCE" package

Please follow the step by step instructions below to uninstall perl-MCE on openSUSE Leap:

$ sudo zypper remove perl-MCE

3. Information about the perl-MCE package on openSUSE Leap

Information for package perl-MCE:
---------------------------------
Repository : Update repository of openSUSE Backports
Name : perl-MCE
Version : 1.887-bp155.2.3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 986.9 KiB
Installed : No
Status : not installed
Source package : perl-MCE-1.887-bp155.2.3.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.