Install libschroedinger-doc
Installing libschroedinger-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libschroedinger-doc
libschroedinger-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libschroedinger-doc |
version | 1.0.11-2.1 |
description | library for encoding/decoding of Dirac video streams (documentation) |
subsection | doc |
website | diracvideo.org |
maintainer | Maintainers of GStreamer packages |
Uninstall libschroedinger-doc
To remove just libschroedinger-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libschroedinger-doc
Uninstall libschroedinger-doc and it’s dependent packages
To remove the libschroedinger-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libschroedinger-doc
Purging libschroedinger-doc
If you also want to delete configuration and/or data files of libschroedinger-doc from Debian Sid then this will work:
sudo apt-get purge libschroedinger-doc
To delete configuration and/or data files of libschroedinger-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libschroedinger-doc