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

Last updated: May 12,2024

1. Install "libre-ocaml-dev" package

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

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

2. Uninstall "libre-ocaml-dev" package

Here is a brief guide to show you how to uninstall libre-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libre-ocaml-dev
Priority: optional
Section: universe/ocaml
Installed-Size: 1300
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml-re
Version: 1.2.2-1build1
Provides: libre-ocaml-dev-e09q7
Depends: libc6 (>= 2.2.5), ocaml-nox-4.02.3
Recommends: ocaml-findlib
Filename: pool/universe/o/ocaml-re/libre-ocaml-dev_1.2.2-1build1_amd64.deb
Size: 261780
MD5sum: 9912d97ab7cd46cb2940da712524296b
SHA1: de71d77bf9768b8cb633bb2f37195624b2f2e4bc
SHA256: df87db28b535296d41cb7eed2b4c097c7b83477321f45df8559e37cb3fd846de
Description-en: regular expression library for OCaml
RE is regular expression library for OCaml. The following styles of
regular expressions are supported:
* Perl-style regular expressions (module Re_perl);
* Posix extended regular expressions (module Re_posix);
* Emacs-style regular expressions (module Re_emacs);
* Shell-style file globbing (module Re_glob).
.
It is also possible to build regular expressions by combining simpler
regular expressions (module Re)
.
This package contains the development modules you need to use RE in
your programs.
Description-md5: 49fe4d0c5d8ff005d25c9c1bd86f6ea0
Homepage: https://github.com/ocaml/ocaml-re
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu