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