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