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