How to Install and Uninstall ocamlweb Package on Kali Linux

Last updated: May 13,2024

1. Install "ocamlweb" package

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

$ sudo apt update $ sudo apt install ocamlweb

2. Uninstall "ocamlweb" package

Here is a brief guide to show you how to uninstall ocamlweb on Kali Linux:

$ sudo apt remove ocamlweb $ sudo apt autoclean && sudo apt autoremove

3. Information about the ocamlweb package on Kali Linux

Package: ocamlweb
Source: ocamlweb (1.41-5)
Version: 1.41-5+b1
Installed-Size: 2006
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: tex-common (>= 6.13), libc6 (>= 2.35)
Recommends: texlive-latex-extra, texlive-latex-base, texlive-fonts-recommended
Suggests: hevea
Enhances: ocaml
Size: 503924
SHA256: 4d5e6e0443c6f270d4343743b52344edb3c5a5ea82361d245c304060f6f4be9e
SHA1: 5a71174097f0ae989f4a6773da2a7e11dc6498f2
MD5sum: a42332c9d0acdb97853d093f0bc7eb98
Description: Literate programming tool for Objective Caml
Literate programming, as defined by Knuth, means to combine program
code and documentation into one source document from which program
code and documentation can be extracted. The approach of ocamlweb is
that documentation is to be included in the program code as special
comments. The ocamlweb tool extracts from this the documented program
code as LaTeX document, while no special preprocessing is required to
compile the source files.
Description-md5:
Homepage: http://www.lri.fr/~filliatr/ocamlweb/index.en.html
Tag: devel::docsystem, devel::lang:ocaml, implemented-in::ocaml,
interface::commandline, role::program, scope::utility,
works-with-format::tex, works-with::software:source, works-with::text
Section: ocaml
Priority: optional
Filename: pool/main/o/ocamlweb/ocamlweb_1.41-5+b1_amd64.deb