How to Install and Uninstall postgresql-16-prefix Package on Kali Linux
Last updated: November 26,2024
1. Install "postgresql-16-prefix" package
This is a short guide on how to install postgresql-16-prefix on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
postgresql-16-prefix
Copied
2. Uninstall "postgresql-16-prefix" package
Here is a brief guide to show you how to uninstall postgresql-16-prefix on Kali Linux:
$
sudo apt remove
postgresql-16-prefix
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the postgresql-16-prefix package on Kali Linux
Package: postgresql-16-prefix
Source: prefix (1.2.10-2)
Version: 1.2.10-2+b1
Installed-Size: 122
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14), postgresql-16, postgresql-16-jit-llvm (>= 15)
Size: 43612
SHA256: 434a4090d4ce23d571fa4f857db492a1b3f1d967aafcbfbc0d7763e452652d6b
SHA1: 96bd44ba50d168013c805527c36a696d43fd4363
MD5sum: 4736934a6424bf7204f7ab1dccf74597
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:
Section: database
Priority: optional
Filename: pool/main/p/prefix/postgresql-16-prefix_1.2.10-2+b1_amd64.deb
Source: prefix (1.2.10-2)
Version: 1.2.10-2+b1
Installed-Size: 122
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14), postgresql-16, postgresql-16-jit-llvm (>= 15)
Size: 43612
SHA256: 434a4090d4ce23d571fa4f857db492a1b3f1d967aafcbfbc0d7763e452652d6b
SHA1: 96bd44ba50d168013c805527c36a696d43fd4363
MD5sum: 4736934a6424bf7204f7ab1dccf74597
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:
Section: database
Priority: optional
Filename: pool/main/p/prefix/postgresql-16-prefix_1.2.10-2+b1_amd64.deb