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

Last updated: May 06,2024

1. Install "libpcre++-dev" package

This is a short guide on how to install libpcre++-dev on Kali Linux

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

2. Uninstall "libpcre++-dev" package

Learn how to uninstall libpcre++-dev on Kali Linux:

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

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

Package: libpcre++-dev
Source: libpcre++
Version: 0.9.5-7
Installed-Size: 423
Maintainer: Debian QA Group
Architecture: amd64
Depends: libpcre++0v5 (= 0.9.5-7), libpcre3-dev
Size: 55024
SHA256: 1adfaf6f0de74fcb4a60a4892d81585da954d5a4d62fcba65ef640ef7a592b90
SHA1: 216f286a83deec6622402c75afcec80e8da50179
MD5sum: 7c8481ab6e7c4ea71a5c9cdae59b3bf8
Description: C++ wrapper class for pcre (development)
PCRE++ is a C++ wrapper-class for the library PCRE (Perl Compatible
Regular Expressions).
.
Its class allows you to use perl alike regular expressions in your C++
applications. You can use it to search in strings, to split strings
into parts using expressions or to search and replace a part of a
string with another part.
Description-md5: 2f7e7f992c37437253bb9c7deaeb9822
Homepage: http://www.daemon.de/PCRE
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libp/libpcre++/libpcre++-dev_0.9.5-7_amd64.deb