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