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