Install libexpat-ocaml
Installing libexpat-ocaml package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libexpat-ocaml
libexpat-ocaml package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libexpat-ocaml |
version | 0.9.1+debian1-7+b4 |
description | OCaml expat bindings |
subsection | ocaml |
website | xs4all.nl / ~mmzeeman / ocaml / |
maintainer | Debian OCaml Maintainers |
Uninstall libexpat-ocaml
To remove just libexpat-ocaml package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libexpat-ocaml
Uninstall libexpat-ocaml and it’s dependent packages
To remove the libexpat-ocaml package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libexpat-ocaml
Purging libexpat-ocaml
If you also want to delete configuration and/or data files of libexpat-ocaml from Debian Sid then this will work:
sudo apt-get purge libexpat-ocaml
To delete configuration and/or data files of libexpat-ocaml and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libexpat-ocaml