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

Last updated: May 12,2024

1. Install "ocaml-findlib" package

This guide covers the steps necessary to install ocaml-findlib on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ocaml-findlib

2. Uninstall "ocaml-findlib" package

This guide covers the steps necessary to uninstall ocaml-findlib on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ocaml-findlib
Priority: optional
Section: universe/devel
Installed-Size: 918
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: findlib
Version: 1.5.5-2build1
Depends: libfindlib-ocaml, libc6 (>= 2.15)
Recommends: libfindlib-ocaml-dev
Suggests: camlp4
Filename: pool/universe/f/findlib/ocaml-findlib_1.5.5-2build1_amd64.deb
Size: 262260
MD5sum: 1dbd3a90489969355b5b88fccbd6352d
SHA1: 595995aa76e07c440076515e81f73b2d12c7c5c1
SHA256: 5f1596da55d82c51e9853150994d267bb89be718f510e2a89847f0574e5e10a6
Description-en: management tool for OCaml libraries
The "findlib" OCaml library provides a scheme to manage reusable
software components (packages), and includes tools that support this
scheme. Packages are collections of OCaml modules for which
metainformation can be stored. The packages are kept in the
filesystem hierarchy, but with strict directory structure. The
library contains functions to look the directory up that stores a
package, to query metainformation about a package, and to retrieve
dependency information about multiple packages.
.
This package contains a tool (ocamlfind) that allows the user to
enter queries on the command-line. In order to simplify compilation
and linkage, there are new frontends, all driven by ocamlfind, for
the various OCaml compilers that can directly deal with packages.
Description-md5: 5266af2e3694f3972f6e03f40368c083
Homepage: http://projects.camlcity.org/projects/findlib.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu