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

Last updated: May 18,2024

1. Install "ocaml-odoc" package

This guide covers the steps necessary to install ocaml-odoc on Kali Linux

$ sudo apt update $ sudo apt install ocaml-odoc

2. Uninstall "ocaml-odoc" package

In this section, we are going to explain the necessary steps to uninstall ocaml-odoc on Kali Linux:

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

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

Package: ocaml-odoc
Version: 2.4.1-1
Installed-Size: 15024
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libc6 (>= 2.35), libjs-highlight.js
Size: 3926360
SHA256: 99f76971b7b73d23e8066e2e32a314a5744a7cb7cc8e04f77936c1fd65fde35c
SHA1: f471ea556f6a2dfc9d3220df8840f38b36a1f982
MD5sum: 0a62b8b770313ad35b1a9308aabf402f
Description: documentation generator for OCaml (standalone tool)
Odoc is a documentation generator for the OCaml programming language.
It reads doc comments contained in OCaml source code, delimited with
(** ... *), and produces HTML.
.
Odoc's main advantage over ocamldoc is an accurate cross-referencer,
which handles the complexity of the OCaml module system. Odoc also
offers a good opportunity to improve HTML output compared to ocamldoc.
.
Furthermore, odoc can be used by dune to generate documentation of
OCaml projects using dune as a build-system.
.
This package contains the odoc tool.
Description-md5:
Homepage: https://github.com/ocaml/odoc
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-odoc/ocaml-odoc_2.4.1-1_amd64.deb