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

Last updated: May 11,2024

1. Install "postgresql-14-prefix" package

Please follow the instructions below to install postgresql-14-prefix on Kali Linux

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

2. Uninstall "postgresql-14-prefix" package

Please follow the guidelines below to uninstall postgresql-14-prefix on Kali Linux:

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

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

Package: postgresql-14-prefix
Source: prefix (1.2.9-4)
Version: 1.2.9-4+b1
Installed-Size: 124
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14), postgresql-14
Size: 44948
SHA256: c68045de9f6b22a1cd56dc7d6d5faf261893ff6e46a1a62d2a6b7e8ed2038a5d
SHA1: 08c0c112b51e904f6e6ded451e6e70e70a3613b0
MD5sum: b85c3ebcb77aafb2e1cf479f0d1b666c
Description: Prefix Range module for PostgreSQL
This PostgreSQL module provides the prefix_range datatype, allowing to
index searches such as finding the longest prefix matching a telephone
number, having prefixes in a table and telephone number as a parameter:
.
select * from prefixes where prefix @> '0100091234';
.
The prefix column has to be of type prefix_range, and any text field
can get indexed by the provided GiST opclass.
Description-md5: ef8894298a9eabf59628ac197059a3ac
Section: database
Priority: optional
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.9-4+b1_amd64.deb