Install libpostgresql-ocaml
Installing libpostgresql-ocaml package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libpostgresql-ocaml
libpostgresql-ocaml package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libpostgresql-ocaml |
version | 2.0.5-2+b1 |
description | OCaml bindings to PostgreSQL’s libpq (runtime) |
subsection | ocaml |
website | mmottl.github.io / postgresql-ocaml / |
maintainer | Debian OCaml Maintainers |
Uninstall libpostgresql-ocaml
To remove just libpostgresql-ocaml package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libpostgresql-ocaml
Uninstall libpostgresql-ocaml and it’s dependent packages
To remove the libpostgresql-ocaml package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libpostgresql-ocaml
Purging libpostgresql-ocaml
If you also want to delete configuration and/or data files of libpostgresql-ocaml from Debian Sid then this will work:
sudo apt-get purge libpostgresql-ocaml
To delete configuration and/or data files of libpostgresql-ocaml and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libpostgresql-ocaml