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

Last updated: May 18,2024

1. Install "libmikmatch-ocaml" package

Learn how to install libmikmatch-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmikmatch-ocaml

2. Uninstall "libmikmatch-ocaml" package

This guide let you learn how to uninstall libmikmatch-ocaml on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmikmatch-ocaml
Priority: optional
Section: universe/ocaml
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: mikmatch
Version: 1.0.7-1build1
Provides: libmikmatch-ocaml-61as0
Depends: libpcre-ocaml-ljf26, ocaml-base-nox-4.02.3, libtophide-ocaml-dev
Recommends: ocaml-findlib
Filename: pool/universe/m/mikmatch/libmikmatch-ocaml_1.0.7-1build1_amd64.deb
Size: 8238
MD5sum: f167864aef221566585e9e28aa4da0c4
SHA1: 8ce7882236731a7369f4bb3120ca711d1a143301
SHA256: 57789ae2995c244c2f6d2ca80f5c5e9deade5ff8be05f0b408d7f9c6712bf3b4
Description-en: camlp4 extension for pattern matching with regexps - runtime
Mikmatch provides enhanced pattern matching with regexps for OCaml.
.
The goal of Mikmatch is to make text-oriented programs even easier to write,
read and run without losing the unique and powerful features of OCaml.
Mikmatch provides a concise and highly readable syntax for regular
expressions, and integrates it into the syntax of OCaml thanks to Camlp4.
.
The implementation of Mikmatch consists essentially of:
* a library which is loaded by the OCaml preprocessor (Camlp4) and
defines sophisticated "macros", i.e. the modified syntax;
* a traditional library (runtime) which is required by the programs that
use the Mikmatch syntax;
* a dedicated 'mikmatch' command which can be used as a replacement for
'ocaml' in scripts or as an interactive toplevel. It performs automatically
these steps: preprocessing, compilation and execution.
.
This package contains the shared runtime libraries.
Description-md5: a32d5b1fe546b478cf9f9c1592f2bd8a
Homepage: http://mjambon.com/micmatch.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu