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

Last updated: September 20,2024

1. Install "libsqlite3-ocaml" package

Please follow the step by step instructions below to install libsqlite3-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsqlite3-ocaml

2. Uninstall "libsqlite3-ocaml" package

This is a short guide on how to uninstall libsqlite3-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsqlite3-ocaml
Priority: extra
Section: universe/libs
Installed-Size: 135
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-sqlite3
Version: 2.0.5-1build1
Provides: libsqlite3-ocaml-5vm92
Depends: ocaml-base-nox-4.02.3, libc6 (>= 2.14), libsqlite3-0 (>= 3.5.9)
Filename: pool/universe/o/ocaml-sqlite3/libsqlite3-ocaml_2.0.5-1build1_amd64.deb
Size: 32368
MD5sum: 0be4e0104349f058674d4b4502b919d7
SHA1: 58ca6d0747c9ce0954f6c6148c33819fc1096262
SHA256: 0c331279f548e0642bf17dfdafdd5e4e3b89fc8f1557515306f27774d06beaa6
Description-en: Embeddable SQL Database for OCaml Programs
This package provides an interface for the SQLite3 embeddable SQL
database. It allows your OCaml programs to use a SQL database without
depending on any external software; the resulting system can be
entirely self-contained.
.
This package provides the files necessary to run dynamically-linked
OCaml programs with SQLite3.
Description-md5: 3a94a7799ecd8717fad7b3f509edca29
Homepage: https://bitbucket.org/mmottl/sqlite3-ocaml
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu