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

Last updated: May 14,2024

1. Install "libsqlexpr-ocaml" package

This tutorial shows how to install libsqlexpr-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsqlexpr-ocaml

2. Uninstall "libsqlexpr-ocaml" package

This tutorial shows how to uninstall libsqlexpr-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsqlexpr-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 352
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-sqlexpr
Version: 0.5.5-2build4
Provides: libsqlexpr-ocaml-ba5e2
Depends: libestring-ocaml-6wtc3, liblwt-ocaml-io1z5, libsqlite3-ocaml-5vm92, ocaml-base-nox-4.02.3
Filename: pool/universe/o/ocaml-sqlexpr/libsqlexpr-ocaml_0.5.5-2build4_amd64.deb
Size: 109624
MD5sum: 28c78b48d40c8541379403cea32d8989
SHA1: 453857c3d3998745e0f7585e30e28f5639ab80bc
SHA256: 685dbfe54d95bd30616cbd7c1884a0a0b1740c5cf3d9ca0a86abf1dee6f2616e
Description-en: type-safe, convenient SQLite database access (runtime)
Minimalistic library and syntax extension for type-safe, convenient execution
of SQL statements. Currently compatible with Sqlite3.
.
Sqlexpr features:
* automated prepared statement caching, param binding, data extraction, error
checking (including automatic stmt reset to avoid BUSY/LOCKED errors in
subsequent queries), stmt finalization on db close, etc.
* HOFs like iter, fold, transaction
* support for different concurrency models: everything is functorized over a
THREAD monad, so you can for instance do concurrent folds/iters with Lwt
* support for SQL stmt syntax checks and some extra semantic checking (column
names, etc)
.
This package contains the shared runtime libraries.
Description-md5: f1866fa19a4f2f99b1aa12ce4f644257
Homepage: http://github.com/mfp/ocaml-sqlexpr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu