Install libmpich12
Installing libmpich12 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmpich12
libmpich12 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmpich12 |
version | 3.2-6 |
description | Shared libraries for MPICH |
subsection | libs |
website | mpich.org |
maintainer | Debian Science Maintainers |
Uninstall libmpich12
To remove just libmpich12 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmpich12
Uninstall libmpich12 and it’s dependent packages
To remove the libmpich12 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmpich12
Purging libmpich12
If you also want to delete configuration and/or data files of libmpich12 from Debian Sid then this will work:
sudo apt-get purge libmpich12
To delete configuration and/or data files of libmpich12 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmpich12