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