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

Last updated: May 19,2024

1. Install "libagrep-ocaml-dev" package

This is a short guide on how to install libagrep-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libagrep-ocaml-dev" package

Here is a brief guide to show you how to uninstall libagrep-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libagrep-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 144
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: ocamlagrep
Version: 1.0-11build7
Provides: libagrep-ocaml-dev-1gfg8
Depends: libagrep-ocaml (= 1.0-11build7), libagrep-ocaml-1gfg8, ocaml-nox-4.02.3
Filename: pool/universe/o/ocamlagrep/libagrep-ocaml-dev_1.0-11build7_amd64.deb
Size: 31398
MD5sum: 61cc6f4479dc150e3defcd6404213fd2
SHA1: 5e9efcb5da44c9a7975bb1d049fc0dd93943d5e6
SHA256: f634a6ec8801c24358e0c3c1d03cdb65fb24a00ead6366ccf0e300b52081ad0d
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
Homepage: http://forge.ocamlcore.org/projects/ocamlagrep/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu