How to Install and Uninstall ocaml Package on Kali Linux

Last updated: May 02,2024

1. Install "ocaml" package

This guide let you learn how to install ocaml on Kali Linux

$ sudo apt update $ sudo apt install ocaml

2. Uninstall "ocaml" package

Please follow the instructions below to uninstall ocaml on Kali Linux:

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

3. Information about the ocaml package on Kali Linux

Package: ocaml
Version: 4.14.1-1
Installed-Size: 251020
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Replaces: ocaml-nox (<< 4.13)
Provides: ocaml-4.14.1, ocaml-best-compilers (= 4.14.1-1), ocaml-native-compilers (= 4.14.1-1)
Depends: ocaml-interp (= 4.14.1-1), libncurses-dev, gcc, binutils, libc6 (>= 2.35), libstdlib-ocaml-ep7y0
Recommends: ocaml-man, file
Suggests: ocaml-doc, elpa-tuareg
Breaks: ocaml-nox (<< 4.13)
Size: 67104716
SHA256: 2f2643df9009d234b160f56dbb2d29c23fb998acb2e214a6140f96165d741be7
SHA1: f3ae15ca62b41bd77707cff654c7a60b68f03794
MD5sum: 33100b982897a5165fa40e4d5d1b168f
Description: ML language implementation with a class-based object system
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.
Description-md5:
Homepage: https://ocaml.org/
Tag: devel::compiler, devel::interpreter, devel::lang:ocaml,
implemented-in::ocaml, role::program, uitoolkit::ncurses
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml/ocaml_4.14.1-1_amd64.deb