How to Install and Uninstall libmrmpi1 Package on Kali Linux

Last updated: May 21,2024

1. Install "libmrmpi1" package

In this section, we are going to explain the necessary steps to install libmrmpi1 on Kali Linux

$ sudo apt update $ sudo apt install libmrmpi1

2. Uninstall "libmrmpi1" package

Please follow the guidelines below to uninstall libmrmpi1 on Kali Linux:

$ sudo apt remove libmrmpi1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmrmpi1 package on Kali Linux

Package: libmrmpi1
Source: mrmpi
Version: 1.0~20140404-3
Installed-Size: 205
Maintainer: Debian Science Team
Architecture: amd64
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libopenmpi3 (>= 4.0.2), libstdc++6 (>= 5)
Size: 62476
SHA256: e169e6cd7cb29d49fb844a7f537013a65b702d035fad538788693e1a72dae408
SHA1: be6c0d119c23705778b5223f4db994eaff26c9e0
MD5sum: fb51c453219697d009cc2f454f24fa62
Description: Implements MapReduce operation on top of standard MPI message - runtime
The MapReduce-MPI (MR-MPI) library is open-source software that implements the
MapReduce operation popularized by Google on top of standard MPI message
passing.
.
The MR-MPI library is written in C++ and is callable from hi-level languages
such as C++, C, Fortran. A Python wrapper is also included, so MapReduce
programs can be written in Python, including map() and reduce() user callback
methods. A hi-level scripting interface to the MR-MPI library, called OINK, is
also included which can be used to develop and chain MapReduce algorithms
together in scripts with commands that simplify data management tasks. OINK has
its own manual and doc pages.
.
This package contains the libraries needed to run MapReduce-MPI applications.
Description-md5:
Homepage: http://mapreduce.sandia.gov/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/m/mrmpi/libmrmpi1_1.0~20140404-3_amd64.deb