Install mozart-doc
Installing mozart-doc package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mozart-doc
mozart-doc package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mozart-doc |
version | 1.4.0-8 |
description | Mozart Programming System (Documentation) |
subsection | doc |
website | mozart-oz.org |
maintainer | Kevin Glynn |
Uninstall mozart-doc
To remove just mozart-doc package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mozart-doc
Uninstall mozart-doc and it’s dependent packages
To remove the mozart-doc package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mozart-doc
Purging mozart-doc
If you also want to delete configuration and/or data files of mozart-doc from Debian Sid then this will work:
sudo apt-get purge mozart-doc
To delete configuration and/or data files of mozart-doc and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mozart-doc