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