Install libmrmpi1
Installing libmrmpi1 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmrmpi1
libmrmpi1 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmrmpi1 |
version | 1.0~20140404-1+b1 |
description | Implements MapReduce operation on top of standard MPI message – runtime |
subsection | libs |
website | mapreduce.sandia.gov |
maintainer | Debian Science Team |
Uninstall libmrmpi1
To remove just libmrmpi1 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmrmpi1
Uninstall libmrmpi1 and it’s dependent packages
To remove the libmrmpi1 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmrmpi1
Purging libmrmpi1
If you also want to delete configuration and/or data files of libmrmpi1 from Debian Sid then this will work:
sudo apt-get purge libmrmpi1
To delete configuration and/or data files of libmrmpi1 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmrmpi1