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