Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install libmpich-dev on Debian Unstable (Sid)


Install libmpich-dev

Installing libmpich-dev package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install libmpich-dev

libmpich-dev package information

distro Debian Unstable (Sid)
section Main
name libmpich-dev
version 3.2-6
description Development files for MPICH
subsection libdevel
website mpich.org
maintainer Debian Science Maintainers

Uninstall libmpich-dev

To remove just libmpich-dev package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove libmpich-dev

Uninstall libmpich-dev and it’s dependent packages

To remove the libmpich-dev package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove libmpich-dev

Purging libmpich-dev

If you also want to delete configuration and/or data files of libmpich-dev from Debian Sid then this will work:

sudo apt-get purge libmpich-dev

To delete configuration and/or data files of libmpich-dev and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove libmpich-dev

 

Comments

comments