How to Install and Uninstall libmrmpi-dev Package on Kali Linux

Last updated: May 17,2024

1. Install "libmrmpi-dev" package

This guide covers the steps necessary to install libmrmpi-dev on Kali Linux

$ sudo apt update $ sudo apt install libmrmpi-dev

2. Uninstall "libmrmpi-dev" package

This guide covers the steps necessary to uninstall libmrmpi-dev on Kali Linux:

$ sudo apt remove libmrmpi-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmrmpi-dev package on Kali Linux

Package: libmrmpi-dev
Source: mrmpi
Version: 1.0~20140404-3
Installed-Size: 48
Maintainer: Debian Science Team
Architecture: amd64
Depends: libmrmpi1 (= 1.0~20140404-3)
Size: 9960
SHA256: f744987ef78ce375b10533e3d0a238fafc3625d9d8a630848a61dbf900517d75
SHA1: e82accda362258c510d540a23075358591dfacd8
MD5sum: b3c0c57ccf4f87b2387c0a2a34e52fed
Description: Implements MapReduce operation on top of standard MPI message - development
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 development files needed to build MapReduce-MPI
applications.
Description-md5:
Homepage: http://mapreduce.sandia.gov/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/m/mrmpi/libmrmpi-dev_1.0~20140404-3_amd64.deb