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