Install libextunix-ocaml-dev
Installing libextunix-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 libextunix-ocaml-dev
libextunix-ocaml-dev package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libextunix-ocaml-dev |
version | 0.1.3-1 |
description | Extended functions for OCaml Unix module (development package) |
subsection | ocaml |
website | extunix.forge.ocamlcore.org |
maintainer | Debian OCaml Maintainers |
Uninstall libextunix-ocaml-dev
To remove just libextunix-ocaml-dev package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libextunix-ocaml-dev
Uninstall libextunix-ocaml-dev and it’s dependent packages
To remove the libextunix-ocaml-dev package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libextunix-ocaml-dev
Purging libextunix-ocaml-dev
If you also want to delete configuration and/or data files of libextunix-ocaml-dev from Debian Sid then this will work:
sudo apt-get purge libextunix-ocaml-dev
To delete configuration and/or data files of libextunix-ocaml-dev and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libextunix-ocaml-dev