How to Install and Uninstall libagrep-ocaml Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 05,2024

1. Install "libagrep-ocaml" package

Please follow the step by step instructions below to install libagrep-ocaml on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libagrep-ocaml

2. Uninstall "libagrep-ocaml" package

This is a short guide on how to uninstall libagrep-ocaml on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libagrep-ocaml package on Ubuntu 20.10 (Groovy Gorilla)

Package: libagrep-ocaml
Architecture: amd64
Version: 1.0-13build1
Priority: optional
Section: universe/libs
Source: ocamlagrep
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 30
Provides: libagrep-ocaml-jg377
Depends: ocaml-base-nox-4.08.1, libc6 (>= 2.2.5)
Filename: pool/universe/o/ocamlagrep/libagrep-ocaml_1.0-13build1_amd64.deb
Size: 7648
MD5sum: 6377b41a9a30b1d241b69eb65dbaea4e
SHA1: 108cc9549a05ea628ec4c0fb843a41ee502cfa6a
SHA256: 31887fd6667d0cd8d39feb648fa90fdff7ada030823366bcc808ceb719ffd7e9
SHA512: 1e56d16b372a048d54867fe79e90bc3cd63ff76d9496ee6f138350df76693f0b997ea017e16aaa366074cd6acd50e93dba0ae67616c9b7bb67377f28bdade300
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 only the shared runtime stub libraries.
Description-md5: f7d07cceddd21f8631f0bd6d97f2cc29