How to Install and Uninstall ocaml-nox Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "ocaml-nox" package

This guide let you learn how to install ocaml-nox on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ocaml-nox

2. Uninstall "ocaml-nox" package

Here is a brief guide to show you how to uninstall ocaml-nox on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ocaml-nox package on Ubuntu 21.10 (Impish Indri)

Package: ocaml-nox
Architecture: amd64
Version: 4.11.1-4
Priority: optional
Section: universe/devel
Source: ocaml
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 294561
Provides: libseq-ocaml-dev, libstdlib-shims-ocaml-dev, libuchar-ocaml-dev, ocaml-best-compilers (= 4.11.1-4), ocaml-native-compilers (= 4.11.1-4), ocaml-nox-4.11.1
Depends: ocaml-base-nox, libc6 (>= 2.29), zlib1g (>= 1:1.2.0), ocaml-base-nox-4.11.1, libncurses5-dev, ocaml-interp (= 4.11.1-4), gcc, binutils
Recommends: ocaml-man, file
Suggests: ocaml-doc, elpa-tuareg
Breaks: ocaml-base-nox (<< 4.08), ocaml-compiler-libs (<< 4.08)
Replaces: ocaml-base-nox (<< 4.08), ocaml-compiler-libs (<< 4.08)
Filename: pool/universe/o/ocaml/ocaml-nox_4.11.1-4_amd64.deb
Size: 68090076
MD5sum: 4a2dd18a202261912a1041223a528ea4
SHA1: cc7a2f72a3ce56b2932d6af9ab7e3fd737bd42a5
SHA256: db666577715da79030490f478474d6cabb1b49bec1aec0f6ed222a21e74d8777
SHA512: 441a9dab91c1bc328e3f68cb13d83caa81a5c8c4ae355ed9647c076a484deb8f8e76fc4631025df1eac34ec9fabf19fb5ab29c62c65ac0dad19097ccd09d6473
Homepage: https://ocaml.org/
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