Install mpqc-openmpi
Installing mpqc-openmpi package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mpqc-openmpi
mpqc-openmpi package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mpqc-openmpi |
version | 2.3.1-16.1 |
description | Massively Parallel Quantum Chemistry Program (OpenMPI transitional package) |
subsection | science |
website | mpqc.org |
maintainer | Debichem Team |
Uninstall mpqc-openmpi
To remove just mpqc-openmpi package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mpqc-openmpi
Uninstall mpqc-openmpi and it’s dependent packages
To remove the mpqc-openmpi package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mpqc-openmpi
Purging mpqc-openmpi
If you also want to delete configuration and/or data files of mpqc-openmpi from Debian Sid then this will work:
sudo apt-get purge mpqc-openmpi
To delete configuration and/or data files of mpqc-openmpi and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mpqc-openmpi