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

Last updated: May 12,2024

1. Install "ocaml-findlib" package

Please follow the guidance below to install ocaml-findlib on Kali Linux

$ sudo apt update $ sudo apt install ocaml-findlib

2. Uninstall "ocaml-findlib" package

Please follow the instructions below to uninstall ocaml-findlib on Kali Linux:

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

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

Package: ocaml-findlib
Source: findlib (1.9.6-1)
Version: 1.9.6-1+b2
Installed-Size: 1777
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Depends: libfindlib-ocaml, libc6 (>= 2.35)
Recommends: libfindlib-ocaml-dev
Suggests: camlp4
Size: 496008
SHA256: e61a6949cfee46f27f5610c5e5c0bbb6b48596aa4933a3fdc4fd386ab32dcfc2
SHA1: d2684eba97c6a8cf4181f3b1dd0b9f25f55ce3d2
MD5sum: 5b3350e4e900d9ec421d9ec2c48d655a
Description: management tool for OCaml libraries
The "findlib" OCaml library provides a scheme to manage reusable
software components (packages), and includes tools that support this
scheme. Packages are collections of OCaml modules for which
metainformation can be stored. The packages are kept in the
filesystem hierarchy, but with strict directory structure. The
library contains functions to look the directory up that stores a
package, to query metainformation about a package, and to retrieve
dependency information about multiple packages.
.
This package contains a tool (ocamlfind) that allows the user to
enter queries on the command-line. In order to simplify compilation
and linkage, there are new frontends, all driven by ocamlfind, for
the various OCaml compilers that can directly deal with packages.
Description-md5:
Homepage: http://projects.camlcity.org/projects/findlib.html
Tag: devel::buildtools, devel::lang:ocaml, devel::packaging,
implemented-in::ocaml, interface::commandline, role::program,
scope::utility, uitoolkit::ncurses
Section: ocaml
Priority: optional
Filename: pool/main/f/findlib/ocaml-findlib_1.9.6-1+b2_amd64.deb