How to Install and Uninstall ocamlbuild Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 13,2024

1. Install "ocamlbuild" package

This guide let you learn how to install ocamlbuild on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ocamlbuild

2. Uninstall "ocamlbuild" package

Please follow the steps below to uninstall ocamlbuild on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ocamlbuild package on Ubuntu 21.10 (Impish Indri)

Package: ocamlbuild
Architecture: amd64
Version: 0.14.0-2build1
Priority: optional
Section: universe/ocaml
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 5170
Depends: libc6 (>= 2.29), ocaml-base-nox-4.11.1
Breaks: libfindlib-ocaml (<< 1.6.3-1), ocaml-nox (<< 4.03.0-1)
Replaces: libfindlib-ocaml (<< 1.6.3-1), ocaml-nox (<< 4.03.0-1)
Filename: pool/universe/o/ocamlbuild/ocamlbuild_0.14.0-2build1_amd64.deb
Size: 922648
MD5sum: 14063951dd843d321a6e07f8d07d2697
SHA1: 604ca904aa2d066e1fa8d71b1b2bdefe1ffbe60f
SHA256: ea729b352a2aeba7a574079def3aa38c0bc079f212ae2f518b8f4a1566ebcbb0
SHA512: 35d4c41ef56aa7da80bf6e8c547b076c7c692931475c1c9c8ef7788daf78cbad8dd1704460059e21994840f7511d64f34e0622c8543bd4f32c5dbadb0e6dd865
Homepage: https://github.com/ocaml/ocamlbuild/
Description-en: 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: e743af98df0a68e7641832201c84fb49