How to Install and Uninstall libmce-perl Package on Kali Linux

Last updated: May 15,2024

1. Install "libmce-perl" package

Please follow the guidelines below to install libmce-perl on Kali Linux

$ sudo apt update $ sudo apt install libmce-perl

2. Uninstall "libmce-perl" package

In this section, we are going to explain the necessary steps to uninstall libmce-perl on Kali Linux:

$ sudo apt remove libmce-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmce-perl package on Kali Linux

Package: libmce-perl
Version: 1.889-1
Installed-Size: 988
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libscalar-list-utils-perl, libsocket-perl
Recommends: libsereal-decoder-perl, libsereal-encoder-perl
Size: 295676
SHA256: c34da6fabfcf71a84f2105ecb61962a3873dfa53e3b50ab36eaf956eb77eaff8
SHA1: 6482c43a0a4d513640a4b90903e17a4b89f38e76
MD5sum: 64b68ea32e9600b0af947c18d8c9829c
Description: Many-Core Engine for Perl providing parallel processing capabilities
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.
.
Chunking and input data are optional in MCE. One may use MCE to run many
workers in parallel without specifying input data.
Description-md5:
Homepage: https://metacpan.org/release/MCE
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libm/libmce-perl/libmce-perl_1.889-1_all.deb