Install libpycaml-ocaml
Installing libpycaml-ocaml package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpycaml-ocaml
libpycaml-ocaml package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpycaml-ocaml |
version | 0.82-14.1+b1 |
description | OCaml bindings to embed Python interpreter (runtime) |
subsection | ocaml |
website | pycaml.sourceforge.net |
maintainer | Debian OCaml Maintainers |
Uninstall libpycaml-ocaml
To remove just libpycaml-ocaml package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpycaml-ocaml
Uninstall libpycaml-ocaml and it’s dependent packages
To remove the libpycaml-ocaml package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpycaml-ocaml
Purging libpycaml-ocaml
If you also want to delete configuration and/or data files of libpycaml-ocaml from Debian Sid then this will work:
sudo apt-get purge libpycaml-ocaml
To delete configuration and/or data files of libpycaml-ocaml and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpycaml-ocaml