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

Last updated: July 07,2024

1. Install "libpcre-ocaml-dev" package

Please follow the guidelines below to install libpcre-ocaml-dev on Kali Linux

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

2. Uninstall "libpcre-ocaml-dev" package

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

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

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

Package: libpcre-ocaml-dev
Source: pcre-ocaml
Version: 7.5.0-1
Installed-Size: 859
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libpcre-ocaml-dev-hmlu8
Depends: libpcre3-dev, ocaml-findlib, libpcre-ocaml-hmlu8, ocaml-4.13.1
Size: 212668
SHA256: 31ac15921311a3bf6b928bf8c59567468a67bef359a996e9c3e5638df5aaff3a
SHA1: 500c576039d11faeb6e793c894f5a57ae071b7e9
MD5sum: ed7d986448b2b2aad68a41ee3e4e0742
Description: 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/
Tag: devel::lang:ocaml, devel::library, implemented-in::ocaml,
role::devel-lib
Section: ocaml
Priority: optional
Filename: pool/main/p/pcre-ocaml/libpcre-ocaml-dev_7.5.0-1_amd64.deb