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

Last updated: May 17,2024

1. Install "ocaml-native-compilers" package

Here is a brief guide to show you how to install ocaml-native-compilers on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ocaml-native-compilers

2. Uninstall "ocaml-native-compilers" package

Learn how to uninstall ocaml-native-compilers on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ocaml-native-compilers $ sudo apt autoclean && sudo apt autoremove

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

Package: ocaml-native-compilers
Priority: optional
Section: universe/devel
Installed-Size: 15530
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml
Version: 4.02.3-5ubuntu2
Replaces: ocaml-nox (<= 3.09.2-3)
Provides: ocaml-best-compilers
Depends: ocaml-nox (= 4.02.3-5ubuntu2), gcc, binutils, libc6 (>= 2.15)
Filename: pool/universe/o/ocaml/ocaml-native-compilers_4.02.3-5ubuntu2_amd64.deb
Size: 2486944
MD5sum: d022b92b3d7bc585bbdcecb6e4da610c
SHA1: bf39824ef365b6992e9510979bbb39c9c0fcec64
SHA256: 6c4f2573aa7dd85860d3af6dd4cfbc643605dd919b5508071b7b57591059628e
Description-en: Native code compilers of the OCaml suite (the .opt ones)
Objective Caml (OCaml) is an implementation of the ML language, based on
the Caml Light dialect extended with a complete class-based object system
and a powerful module system in the style of Standard ML.
.
This package contains the native code version of the compilers
(ocamlc.opt, ocamllex.opt, ocamlopt.opt. The normal version of these
programs are found in the 'ocaml' package. For big source codes,
these packages can be two to three times faster, but for most normal
sized sources, the difference won't be noticeable.
Description-md5: 4c48a00c05133c6dd863d7cc333fbc32
Homepage: http://caml.inria.fr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu