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