How to Install and Uninstall mrmpi-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "mrmpi-doc" package

Here is a brief guide to show you how to install mrmpi-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mrmpi-doc

2. Uninstall "mrmpi-doc" package

Please follow the guidance below to uninstall mrmpi-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mrmpi-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the mrmpi-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mrmpi-doc
Priority: optional
Section: universe/doc
Installed-Size: 742
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: all
Source: mrmpi
Version: 1.0~20140404-1build2
Depends: doc-base
Filename: pool/universe/m/mrmpi/mrmpi-doc_1.0~20140404-1build2_all.deb
Size: 473168
MD5sum: cbc79248cc283018e2377d86e45e125a
SHA1: c428a6a81e0778d891ac22de771a7248130e19c8
SHA256: 7e3fb8793804d6306ba38a0415e297736eeaa5dd40d7917ffa53a14c29cc1773
Description-en: Implements MapReduce operation on top of standard MPI message - doc
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 langauges
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 documentation for MapReduce-MPI libraries.
Description-md5: 0f37099f16dce5bcd97005ab7e37c525
Homepage: http://mapreduce.sandia.gov/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu