How to Install and Uninstall libagrep-ocaml Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "libagrep-ocaml" package

Please follow the step by step instructions below to install libagrep-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libagrep-ocaml

2. Uninstall "libagrep-ocaml" package

Please follow the steps below to uninstall libagrep-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libagrep-ocaml package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libagrep-ocaml
Priority: optional
Section: universe/libs
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocamlagrep
Version: 1.0-11build7
Provides: libagrep-ocaml-1gfg8
Depends: ocaml-base-nox-4.02.3, libc6 (>= 2.2.5)
Filename: pool/universe/o/ocamlagrep/libagrep-ocaml_1.0-11build7_amd64.deb
Size: 7470
MD5sum: f0f5106784473f2460abdb50e43742b5
SHA1: 36ccb42d88d7d406696c713c5a9f08c52e950f32
SHA256: 2dd47a14933df1f743e740b1e2d070c2d3d85fcafe4cdb6d03c64fbeece3aaf6
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
Homepage: http://forge.ocamlcore.org/projects/ocamlagrep/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu