How to Install and Uninstall libagrep-ocaml-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libagrep-ocaml-dev" package

Learn how to install libagrep-ocaml-dev on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "libagrep-ocaml-dev" package

Please follow the guidance below to uninstall libagrep-ocaml-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libagrep-ocaml-dev package on Ubuntu 21.10 (Impish Indri)

Package: libagrep-ocaml-dev
Architecture: amd64
Version: 1.0-13build2
Priority: optional
Section: universe/libdevel
Source: ocamlagrep
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 159
Provides: libagrep-ocaml-dev-p2nb3
Depends: libagrep-ocaml (= 1.0-13build2), libagrep-ocaml-p2nb3, ocaml-nox-4.11.1
Filename: pool/universe/o/ocamlagrep/libagrep-ocaml-dev_1.0-13build2_amd64.deb
Size: 34672
MD5sum: 8736b157ba527af8c8b11cb7374fd63e
SHA1: d19aebcd9a5194bcda61c456417126a05601b4cb
SHA256: bc94ccb966cc9ec19277f303ec0f465d57219166c9e19aea32fe260ca49e2115
SHA512: c446ac1fa7c5e542589c4d0d47ab53d51ffb147ac8ee096dfa23482e420298852723911f3832d32f64960bb63dfda3cde0b12e0974678c5bf9335e8eb2ea90d9
Homepage: http://forge.ocamlcore.org/projects/ocamlagrep/
Description-en: 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: 4dfc71d02cdeb8bcdb4b4b81b3623b5a