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

Last updated: May 14,2024

1. Install "libcreal-ocaml-dev" package

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

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

2. Uninstall "libcreal-ocaml-dev" package

Please follow the instructions below to uninstall libcreal-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcreal-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 570
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocamlcreal
Version: 0.7-6build6
Provides: libcreal-ocaml-dev-q13q5
Depends: libgmp-ocaml-dev-u1z96, ocaml-nox-4.02.3
Filename: pool/universe/o/ocamlcreal/libcreal-ocaml-dev_0.7-6build6_amd64.deb
Size: 120722
MD5sum: 9dac8988940cd4fd3ddb7148a13db95d
SHA1: 0c2938d2fd4fe638d88b49d8c01a217a1e7cb6fb
SHA256: 23ccee57a7e1678e3bc4efe5fd75a785c421545527d8b92286ff8106666c6c72
Description-en: O'Caml library that implements exact real arithmetic
This module implements exact real arithmetic, following Valerie
Menissier-Morain Ph.D. thesis (http://www-calfor.lip6.fr/~vmm/).
.
A real x is represented as a function giving, for any n, an
approximation zn/4^n of x such that |zn/4^n - x| < 1, where zn is an
arbitrary precision integer (of type Gmp.Z.t).
.
Coercions from type int, Gmp.Z.t, Gmp.Q.t, basic operations (addition,
subtraction, multiplication, division, power, square root) and
transcendental functions (sin, cos, tan, log, exp, arcsin, arccos,
etc.) and a few constants (pi, e) are provided.
.
A small reverse-polish calculator is provided to test the library.
Description-md5: 5392c0cba63d1a1bcbc835c73d54baa8
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu