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

Last updated: May 14,2024

1. Install "libpcre-ocaml-dev" package

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

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

2. Uninstall "libpcre-ocaml-dev" package

Please follow the step by step instructions below to uninstall libpcre-ocaml-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libpcre-ocaml-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 359
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: pcre-ocaml
Version: 7.0.4-2build1
Provides: libpcre-ocaml-dev-ljf26
Depends: libpcre3-dev, ocaml-findlib, libpcre-ocaml-ljf26, ocaml-nox-4.02.3
Filename: pool/universe/p/pcre-ocaml/libpcre-ocaml-dev_7.0.4-2build1_amd64.deb
Size: 50748
MD5sum: 7fe73ad0595e4d84b0a9baca2589575a
SHA1: 48b71ffa5268b195c94ce87cd46dc5b8f007afeb
SHA256: a8e2a3619f679161d81b281beb642551981fd848610dc246aed95414b7f96133
Description-en: OCaml bindings for PCRE (Perl Compatible Regular Expression)
This OCaml-library interfaces the PCRE (Perl-compatibility
regular expressions) C library. it can be used for matching
regular expressions which are written in Perl style.
.
Compared with the OCaml standard library "Str" module, this
library:
* uses Perl style rather than Emacs one
* is reentrant and thus thread safe
* is faster (when compiled to native code is even faster than
Perl regular expressions)
* returns data on which you can safely use destructive updates
* gives more "programming comfort" through a better API
.
This package contains all the development stuff you need to use
OCaml PCRE in your programs.
Description-md5: a4e9ff68971ed204b6e244d8f3d05e46
Homepage: http://mmottl.github.io/pcre-ocaml/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu