Install ocaml-book-en
Installing ocaml-book-en package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ocaml-book-en
ocaml-book-en package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | ocaml-book-en |
version | 1.0-5 |
description | English book: “Developing applications with Objective Caml” |
subsection | doc |
maintainer | Debian QA Group |
Uninstall ocaml-book-en
To remove just ocaml-book-en package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ocaml-book-en
Uninstall ocaml-book-en and it’s dependent packages
To remove the ocaml-book-en package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ocaml-book-en
Purging ocaml-book-en
If you also want to delete configuration and/or data files of ocaml-book-en from Debian Sid then this will work:
sudo apt-get purge ocaml-book-en
To delete configuration and/or data files of ocaml-book-en and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ocaml-book-en