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