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