How to Install and Uninstall libmrmpi1 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libmrmpi1" package

Please follow the guidelines below to install libmrmpi1 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmrmpi1

2. Uninstall "libmrmpi1" package

Learn how to uninstall libmrmpi1 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libmrmpi1 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmrmpi1
Priority: optional
Section: universe/devel
Installed-Size: 196
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Team
Architecture: amd64
Source: mrmpi
Version: 1.0~20140404-1build2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libopenmpi1.10, libstdc++6 (>= 4.1.1)
Filename: pool/universe/m/mrmpi/libmrmpi1_1.0~20140404-1build2_amd64.deb
Size: 61394
MD5sum: 03190357146bb58c74090b01befedeee
SHA1: 0aec1ea564326d278cf5382a1710df737ea2adc0
SHA256: c16d6c384ea0ec71452f69130831254e3eaba6428dd685202952462dde4a42b5
Description-en: 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 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 libraries needed to run MapReduce-MPI applications.
Description-md5: 556025f2eb3c5e4a9cc562f47793d639
Homepage: http://mapreduce.sandia.gov/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu