How to Install and Uninstall ocaml-obuild Package on Kali Linux

Last updated: May 17,2024

1. Install "ocaml-obuild" package

This is a short guide on how to install ocaml-obuild on Kali Linux

$ sudo apt update $ sudo apt install ocaml-obuild

2. Uninstall "ocaml-obuild" package

Please follow the guidelines below to uninstall ocaml-obuild on Kali Linux:

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

3. Information about the ocaml-obuild package on Kali Linux

Package: ocaml-obuild
Version: 0.1.11-1
Installed-Size: 3771
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libc6 (>= 2.35)
Size: 656976
SHA256: f6a8f4c10b526ca2fb6f2c1eed97dae5039adbb75891cb300b3190cc655d55cb
SHA1: 29417ff06284121276ce27db917520638cf403e4
MD5sum: 45e6c235756b14a4bdacf8aeec98ea30
Description: simple package build system for OCaml
A parallel, incremental and declarative build system for OCaml.
.
The goal is to make a very simple build system for users and developers of
OCaml libraries and programs.
.
Obuild acts as a building black box: users only declare what they want to
build and with which sources; the build system will consistently build it.
.
The design is based on Haskell's Cabal and borrows most of the layout and
way of working, adapting parts where necessary to fully support OCaml.
Description-md5:
Homepage: https://github.com/ocaml-obuild/obuild
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-obuild/ocaml-obuild_0.1.11-1_amd64.deb