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

Last updated: May 07,2024

1. Install "libagrep-ocaml-dev" package

Please follow the guidelines below to install libagrep-ocaml-dev on Kali Linux

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

2. Uninstall "libagrep-ocaml-dev" package

This guide covers the steps necessary to uninstall libagrep-ocaml-dev on Kali Linux:

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

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

Package: libagrep-ocaml-dev
Source: ocamlagrep (1.0-15)
Version: 1.0-15+b1
Installed-Size: 153
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libagrep-ocaml-dev-25cq8
Depends: libagrep-ocaml (= 1.0-15+b1), libagrep-ocaml-25cq8, libstdlib-ocaml-dev-ep7y0, ocaml-4.14.1
Size: 35860
SHA256: c237098ba53166fd7798fbf6f8bdcef42bdefe74fd26f610f1acf6e1225f8a28
SHA1: fde58636cef5fb1b4067358a6ca92b7388d20813
MD5sum: 00d6df8795b4b82c854f7ad8856478e6
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 all the development stuff you need to use
the agrep OCaml library in your programs.
Description-md5:
Homepage: https://forge.ocamlcore.org/projects/ocamlagrep/
Tag: devel::lang:ocaml, devel::library, implemented-in::ocaml,
role::devel-lib, role::program, use::searching, works-with::text
Section: ocaml
Priority: optional
Filename: pool/main/o/ocamlagrep/libagrep-ocaml-dev_1.0-15+b1_amd64.deb