How to Install and Uninstall postgresql-14-pgpcre Package on Kali Linux

Last updated: May 18,2024

1. Install "postgresql-14-pgpcre" package

This tutorial shows how to install postgresql-14-pgpcre on Kali Linux

$ sudo apt update $ sudo apt install postgresql-14-pgpcre

2. Uninstall "postgresql-14-pgpcre" package

Please follow the guidance below to uninstall postgresql-14-pgpcre on Kali Linux:

$ sudo apt remove postgresql-14-pgpcre $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-14-pgpcre package on Kali Linux

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-4
Installed-Size: 55
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.14), libpcre3
Size: 18092
SHA256: dac5fc8431ce0e8a07db99bc9236e9940364c5d6b21a65c9e327bee917c6d602
SHA1: a8315738217183e39f1cfd4de66a7a3a93507e99
MD5sum: 53a56272030362d9ca6a9321c8d1a13c
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
This is a module for PostgreSQL that exposes Perl-compatible regular
expressions (PCRE) functionality as functions and operators. It is based on
the popular PCRE library.
.
Some possible advantages over the regular expression support built into
PostgreSQL:
* richer pattern language, more familiar to Perl and Python programmers
* complete Unicode support
* saner operators and functions
Some disadvantages:
* no repeated matching ('g' flag)
* no index optimization
Description-md5: 42e5370b3c7752183cb9e02b2a9ac14c
Homepage: https://github.com/petere/pgpcre
Section: database
Priority: optional
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-4_amd64.deb