Install libppx-tools-ocaml-dev
Installing libppx-tools-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 libppx-tools-ocaml-dev
libppx-tools-ocaml-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libppx-tools-ocaml-dev |
version | 0.99.2-4 |
description | tools for authors of OCaml syntactic tools |
subsection | ocaml |
website | github.com / alainfrisch / ppx_tools |
maintainer | Debian OCaml Maintainers |
Uninstall libppx-tools-ocaml-dev
To remove just libppx-tools-ocaml-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libppx-tools-ocaml-dev
Uninstall libppx-tools-ocaml-dev and it’s dependent packages
To remove the libppx-tools-ocaml-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libppx-tools-ocaml-dev
Purging libppx-tools-ocaml-dev
If you also want to delete configuration and/or data files of libppx-tools-ocaml-dev from Debian Sid then this will work:
sudo apt-get purge libppx-tools-ocaml-dev
To delete configuration and/or data files of libppx-tools-ocaml-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libppx-tools-ocaml-dev