How to Install and Uninstall libpcre-ocaml Package on Kali Linux

Last updated: May 13,2024

1. Install "libpcre-ocaml" package

In this section, we are going to explain the necessary steps to install libpcre-ocaml on Kali Linux

$ sudo apt update $ sudo apt install libpcre-ocaml

2. Uninstall "libpcre-ocaml" package

This guide let you learn how to uninstall libpcre-ocaml on Kali Linux:

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

3. Information about the libpcre-ocaml package on Kali Linux

Package: libpcre-ocaml
Source: pcre-ocaml
Version: 7.5.0-1
Installed-Size: 352
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Replaces: libpcre-ocaml-dev (<< 7)
Provides: libpcre-ocaml-hmlu8
Depends: ocaml-base-4.13.1, libc6 (>= 2.14), libpcre3
Breaks: libpcre-ocaml-dev (<< 7)
Size: 106652
SHA256: 6612729487f2d8d5fd827b9a811179270ec4a6d1a14dc740d8435faa3f89bace
SHA1: d3d3ad3b748004ac84e767c83a527e01b7684a25
MD5sum: 333475178841cf9ce249df0e612d1511
Description: 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/
Tag: devel::lang:ocaml, devel::library, implemented-in::ocaml,
role::devel-lib, role::shared-lib
Section: ocaml
Priority: optional
Filename: pool/main/p/pcre-ocaml/libpcre-ocaml_7.5.0-1_amd64.deb