Install mpi-specs
Installing mpi-specs package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mpi-specs
mpi-specs package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | mpi-specs |
version | 20040719-3 |
description | MPI 1.1 and 2.0 Specifications of MPI Forum |
subsection | doc |
website | mpi-forum.org / docs / docs.html |
maintainer | Francesco Paolo Lovergine |
Uninstall mpi-specs
To remove just mpi-specs package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mpi-specs
Uninstall mpi-specs and it’s dependent packages
To remove the mpi-specs package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mpi-specs
Purging mpi-specs
If you also want to delete configuration and/or data files of mpi-specs from Debian Sid then this will work:
sudo apt-get purge mpi-specs
To delete configuration and/or data files of mpi-specs and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mpi-specs