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

Last updated: May 17,2024

1. Install "ocaml-nox" package

This tutorial shows how to install ocaml-nox on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ocaml-nox

2. Uninstall "ocaml-nox" package

In this section, we are going to explain the necessary steps to uninstall ocaml-nox on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ocaml-nox
Priority: optional
Section: universe/devel
Installed-Size: 45019
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocaml
Version: 4.02.3-5ubuntu2
Replaces: ocaml-interp (<< 3.11.1-3)
Provides: libnums-ocaml-dev, ocaml-nox-4.02.3
Depends: ocaml-base-nox, libc6 (>= 2.15), libtinfo5 (>= 6), zlib1g (>= 1:1.2.0), ocaml-base-nox-4.02.3, libncurses5-dev, ocaml-interp (= 4.02.3-5ubuntu2), gcc, binutils
Recommends: camlp4, file
Suggests: ocaml-doc, tuareg-mode | ocaml-mode
Breaks: camlidl (<< 1.04), camlp4 (<< 3.10.0), dh-ocaml (<< 1.0.0), ocaml-interp (<< 3.11.1-3)
Filename: pool/universe/o/ocaml/ocaml-nox_4.02.3-5ubuntu2_amd64.deb
Size: 6271448
MD5sum: 083d85f02385accba02555360ffd8706
SHA1: c0e65271ce2af19b95380ff313e8d6ac923a6b07
SHA256: d65defbed94c8ad14118664be43aae02ae741644bed407e14f19e74c7469f88c
Description-en: ML implementation with a class-based object system (no X)
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.
.
OCaml comprises two compilers. One generates bytecode
which is then interpreted by a C program. This compiler runs quickly,
generates compact code with moderate memory requirements, and is
portable to essentially any 32 or 64 bit Unix platform. Performance of
generated programs is quite good for a bytecoded implementation:
almost twice as fast as Caml Light 0.7. This compiler can be used
either as a standalone, batch-oriented compiler that produces
standalone programs, or as an interactive, toplevel-based system.
.
The other compiler generates high-performance native code for a number
of processors. Compilation takes longer and generates bigger code, but
the generated programs deliver excellent performance, while retaining
the moderate memory requirements of the bytecode compiler. It is not
available on all arches though.
.
This package contains everything needed to develop OCaml applications
that do not require the graphics library.
Description-md5: 29aa9bd04748d97897bee886074681aa
Homepage: http://caml.inria.fr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu