How to Install and Uninstall libpostgresql-ocaml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "libpostgresql-ocaml" package

Please follow the guidance below to install libpostgresql-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpostgresql-ocaml

2. Uninstall "libpostgresql-ocaml" package

Learn how to uninstall libpostgresql-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpostgresql-ocaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the libpostgresql-ocaml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libpostgresql-ocaml
Priority: optional
Section: universe/libs
Installed-Size: 329
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: postgresql-ocaml
Version: 2.0.5-2build1
Replaces: libpostgresql-ocaml-dev (<< 1.11.1)
Provides: libpostgresql-ocaml-so955
Depends: ocaml-base-nox-4.02.3, libc6 (>= 2.14), libpq5
Breaks: libpostgresql-ocaml-dev (<< 1.11.1), nurpawiki (<< 1.2.3-2~)
Filename: pool/universe/p/postgresql-ocaml/libpostgresql-ocaml_2.0.5-2build1_amd64.deb
Size: 84018
MD5sum: 47d0c0c1971603a8eb23b99d10675949
SHA1: 25ba8b066597f5d856321ada468c91f93e3be303
SHA256: b04db583c0a1c57a515f8d38427b226ede12b9b3e7a045977c43d54e4e9a79ff
Description-en: OCaml bindings to PostgreSQL's libpq (runtime)
This OCaml-library provides an interface to PostgreSQL, an
efficient and reliable, open source, relational database.
Almost all functionality available through the C-API (libpq) is
replicated in a type-safe way. This library uses objects for
representing database connections and results of queries.
.
This package contains the shared runtime stub libraries and plugins.
Description-md5: 718c84528714ad45f0e927a5223b0c9a
Homepage: http://mmottl.github.io/postgresql-ocaml/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu