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