How to Install libpcre2-dbg in Ubuntu 18.04



Install libpcre2-dbg by entering the following commands in the terminal:

sudo apt update
sudo apt install libpcre2-dbg

Description:

New Perl Compatible Regular Expression Library - debug symbols

This is PCRE2, the new implementation of PCRE, a library of functions to support regular expressions whose syntax and semantics are as close as possible to those of the Perl 5 language. New projects should use this library in preference to the older library, confusingly called pcre3 in Debian. . This package contains the debug symbols.

Homepage: https://pcre.org/

Version: 10.31-2

Section: universe/debug