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

Last updated: May 20,2024

1. Install "libpcre-ocaml" package

This guide covers the steps necessary to install libpcre-ocaml on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpcre-ocaml

2. Uninstall "libpcre-ocaml" package

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

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

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

Package: libpcre-ocaml
Priority: optional
Section: universe/libs
Installed-Size: 305
Maintainer: Ubuntu Developers
Original-Maintainer: Debian OCaml Maintainers
Architecture: amd64
Source: pcre-ocaml
Version: 7.0.4-2build1
Replaces: libpcre-ocaml-dev (<< 7)
Provides: libpcre-ocaml-ljf26
Depends: ocaml-base-nox-4.02.3, libc6 (>= 2.14), libpcre3
Breaks: libpcre-ocaml-dev (<< 7)
Filename: pool/universe/p/pcre-ocaml/libpcre-ocaml_7.0.4-2build1_amd64.deb
Size: 87458
MD5sum: 30956c896e47250944d56e6bd297afe9
SHA1: ebc0340ae701559acdf66eea533af3e20d4e9c9f
SHA256: b2b018fa6d07be5a90222b21bf091a377ccdfd3ad4c26b18dc7adcaa929e8021
Description-en: OCaml bindings for PCRE (runtime)
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 only the shared runtime stub libraries.
Description-md5: f824e59f6c7f4f2b7467e1dd90ae0427
Homepage: http://mmottl.github.io/pcre-ocaml/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu