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