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