Install ocaml-book-fr
Installing ocaml-book-fr 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-fr
ocaml-book-fr package information
distro | Debian Unstable (Sid) |
---|---|
section | Non-Free |
name | ocaml-book-fr |
version | 1.0-5 |
description | French book: “Developpement d’applications avec Objective Caml” |
subsection | doc |
maintainer | Debian QA Group |
Uninstall ocaml-book-fr
To remove just ocaml-book-fr package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ocaml-book-fr
Uninstall ocaml-book-fr and it’s dependent packages
To remove the ocaml-book-fr package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ocaml-book-fr
Purging ocaml-book-fr
If you also want to delete configuration and/or data files of ocaml-book-fr from Debian Sid then this will work:
sudo apt-get purge ocaml-book-fr
To delete configuration and/or data files of ocaml-book-fr and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ocaml-book-fr