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

Last updated: May 18,2024

1. Install "libpostgresql-ocaml-dev" package

This guide let you learn how to install libpostgresql-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpostgresql-ocaml-dev

2. Uninstall "libpostgresql-ocaml-dev" package

In this section, we are going to explain the necessary steps to uninstall libpostgresql-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libpostgresql-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 440
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: postgresql-ocaml
Version: 2.0.5-2build1
Provides: libpostgresql-ocaml-dev-so955
Depends: libpq-dev, libpostgresql-ocaml-so955, ocaml-nox-4.02.3
Recommends: ocaml-findlib
Suggests: ocamlmakefile
Filename: pool/universe/p/postgresql-ocaml/libpostgresql-ocaml-dev_2.0.5-2build1_amd64.deb
Size: 60940
MD5sum: d5d53f7efeb7bf14ab453212138184e6
SHA1: 66fcf80713710cf30b54b59222649aca2e92d28b
SHA256: 49dd2df2cd7a3ca6a688829bd9c2abbf14ab6d119b3c2886ddebfce4c8b38a7d
Description-en: OCaml bindings to PostgreSQL's libpq
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 all the development stuff you need to use
OCaml Postgres bindings in your programs.
Description-md5: 0df7c2b97d5fb18845f885e61a3b8925
Homepage: http://mmottl.github.io/postgresql-ocaml/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu