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

Last updated: May 18,2024

1. Install "libextlib-ocaml-dev" package

Please follow the instructions below to install libextlib-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libextlib-ocaml-dev" package

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

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

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

Package: libextlib-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1788
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: extlib
Version: 1.7.0-2build1
Provides: libextlib-ocaml-dev-nc2x3
Depends: libextlib-ocaml-nc2x3, ocaml-nox-4.02.3
Recommends: ocaml-findlib
Filename: pool/universe/e/extlib/libextlib-ocaml-dev_1.7.0-2build1_amd64.deb
Size: 207270
MD5sum: 3d94dea1e8a1d62050e646c3a86bbb29
SHA1: f8a234e08cafe968f88b0466ba32cdfcaec262da
SHA256: 9b7b4b57ae097bd56f0be015f0c91c0b987ece3e1695083998da0c371f940cee
Description-en: extended standard library for OCaml
ExtLib is a project aiming at providing a complete - yet small -
standard library for the OCaml programming language.
.
The purpose of this library is to add new functions to OCaml
Standard Library modules, to modify some functions in order to
get better performances or more safety (tail-recursive) but also
to provide new modules which should be useful for the average
OCaml programmer.
.
ExtLib contains modules implementing: enumeration over abstract
collection of elements, efficient bit sets, dynamic arrays,
references on lists, Unicode characters and UTF-8 encoded
strings, additional and improved functions for hashtables,
strings, lists and option types.
Description-md5: b168787367ca462e4f772fbc1038cf66
Homepage: http://code.google.com/p/ocaml-extlib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu