How to Install and Uninstall ocamlbuild Package on Kali Linux

Last updated: May 13,2024

1. Install "ocamlbuild" package

This is a short guide on how to install ocamlbuild on Kali Linux

$ sudo apt update $ sudo apt install ocamlbuild

2. Uninstall "ocamlbuild" package

Please follow the step by step instructions below to uninstall ocamlbuild on Kali Linux:

$ sudo apt remove ocamlbuild $ sudo apt autoclean && sudo apt autoremove

3. Information about the ocamlbuild package on Kali Linux

Package: ocamlbuild
Version: 0.14.3-1
Installed-Size: 5425
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: ocamlbuild-ra2h9
Depends: libc6 (>= 2.35), libstdlib-ocaml-dev-ep7y0, ocaml-4.14.1
Size: 993408
SHA256: ab38ac15aa61171a4b44d2bc3c323b25cb99b275d6bd48365b0ff88535dd241a
SHA1: afa3618ff37dc01d5c8c5d8b704ced219083119e
MD5sum: 8499071274946f939dc19bbdf08d5ef4
Description: Build tool for building OCaml libraries and programs
OCamlbuild is a generic build tool, which has built-in rules for building OCaml
libraries and programs.
.
It was distributed as part of the OCaml distribution for OCaml versions
between 3.10.0 and 4.02.3. Starting from OCaml 4.03, it is now released
separately.
.
Its job is to determine the sequence of calls to the compiler with the
right set of command-line flags needed to build your OCaml-centric
software project.
.
It was designed as a generic build system (it is in fact not OCaml-specific),
but also to be expressive enough to cover the specifics of the OCaml language
that make writing good Makefiles difficult, such as the dreaded "units Foo and
Bar make inconsistent assumptions about Baz" error.
Description-md5:
Homepage: https://github.com/ocaml/ocamlbuild/
Section: ocaml
Priority: optional
Filename: pool/main/o/ocamlbuild/ocamlbuild_0.14.3-1_amd64.deb