How to Install and Uninstall postgresql-13-pgpcre Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "postgresql-13-pgpcre" package

Please follow the instructions below to install postgresql-13-pgpcre on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "postgresql-13-pgpcre" package

Please follow the step by step instructions below to uninstall postgresql-13-pgpcre on Ubuntu 21.10 (Impish Indri):

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

3. Information about the postgresql-13-pgpcre package on Ubuntu 21.10 (Impish Indri)

Package: postgresql-13-pgpcre
Architecture: amd64
Version: 0.20190509-2
Priority: optional
Section: universe/database
Source: pgpcre
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 56
Depends: postgresql-13, libc6 (>= 2.14), libpcre3
Filename: pool/universe/p/pgpcre/postgresql-13-pgpcre_0.20190509-2_amd64.deb
Size: 18692
MD5sum: 3f7ee519e62c105ee2236d89d149332b
SHA1: f6c2430243b638dee963db90a91b04346ec7dd70
SHA256: 8b07f422ef1dda3a916f6d74f515403bb6c7faa1d7fd3707e15e747b2f8e5293
SHA512: 5041391a31b9bc9567366ab8d6e70ff57350143d63c85565b387bace13174a01663a13413138a06a442ceedebbf8690a98e932de4f3a5db5c715c0fa3afbac5d
Homepage: https://github.com/petere/pgpcre
Description-en: 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

5. The same packages on other Linux Distributions