How to Install and Uninstall libre-ocaml-dev Package on Kali Linux

Last updated: May 03,2024

1. Install "libre-ocaml-dev" package

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

$ sudo apt update $ sudo apt install libre-ocaml-dev

2. Uninstall "libre-ocaml-dev" package

Please follow the guidance below to uninstall libre-ocaml-dev on Kali Linux:

$ sudo apt remove libre-ocaml-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libre-ocaml-dev package on Kali Linux

Package: libre-ocaml-dev
Source: ocaml-re (1.11.0-1)
Version: 1.11.0-1+b1
Installed-Size: 4110
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libre-ocaml-dev-5yx09
Depends: libstdlib-ocaml-dev-ep7y0, ocaml-4.14.1
Recommends: ocaml-findlib
Size: 927900
SHA256: c3e9f1fdf16205e77dbe8ee0097ae89e1c115958ff97676a97e4dbbb8128e041
SHA1: 0bdedd60891f61747ebbc3f686679185a55cc603
MD5sum: 2376d8791ffd9be8e43e39fad316f526
Description: regular expression library for OCaml
RE is regular expression library for OCaml. The following styles of
regular expressions are supported:
* Perl-style regular expressions (module Re.Perl);
* Posix extended regular expressions (module Re.Posix);
* Emacs-style regular expressions (module Re.Emacs);
* Shell-style file globbing (module Re.Glob);
* Compatibility layer for OCaml's built-in Str module (module Re.Str).
.
It is also possible to build regular expressions by combining simpler
regular expressions (module Re)
.
This package contains the development modules you need to use RE in
your programs.
Description-md5:
Homepage: https://github.com/ocaml/ocaml-re
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-re/libre-ocaml-dev_1.11.0-1+b1_amd64.deb