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

Last updated: May 05,2024

1. Install "libagrep-ocaml" package

This guide let you learn how to install libagrep-ocaml on Kali Linux

$ sudo apt update $ sudo apt install libagrep-ocaml

2. Uninstall "libagrep-ocaml" package

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

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

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

Package: libagrep-ocaml
Source: ocamlagrep (1.0-15)
Version: 1.0-15+b1
Installed-Size: 30
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libagrep-ocaml-25cq8
Depends: libstdlib-ocaml-ep7y0, ocaml-base-4.14.1, libc6 (>= 2.2.5)
Size: 7600
SHA256: 622830f29f814e55a973740d6d1ded5ba83799101f62e29933ad466b1d273d98
SHA1: 8b946a08d603d56154f9dfc4890c23e192ebca1e
MD5sum: 5f18c87c01c1958aa4ffbe1397feafd9
Description: Wu-Manber algorithm for string searching with errors
This OCaml library implements the Wu-Manber algorithm for string searching
with errors, popularized by the "agrep" Unix command and the "glimpse" file
indexing tool. It was developed as part of a search engine for a largish MP3
collection; the "with error" searching comes handy for those who can't spell
Liszt or Shostakovitch.
.
Given a search pattern and a string, this algorithm determines whether the
string contains a substring that matches the pattern up to a parameterizable
number N of "errors". An "error" is either a substitution (replace a
character of the string with another character), a deletion (remove a
character) or an insertion (add a character to the string). In more
scientific terms, the number of errors is the Levenshtein edit distance
between the pattern and the matched substring.
.
The search patterns are roughly those of the Unix shell, including
one-character wildcard (?), character classes ([0-9]) and multi-character
wildcard (*). In addition, conjunction (&) and alternative (|) are supported.
General regular expressions are not supported, however.
.
This package contains only the shared runtime stub libraries.
Description-md5:
Homepage: https://forge.ocamlcore.org/projects/ocamlagrep/
Tag: implemented-in::ocaml, role::program, role::shared-lib, use::searching,
works-with::text
Section: ocaml
Priority: optional
Filename: pool/main/o/ocamlagrep/libagrep-ocaml_1.0-15+b1_amd64.deb