How to Install and Uninstall postgresql-16-similarity Package on Kali Linux

Last updated: September 28,2024

1. Install "postgresql-16-similarity" package

Please follow the step by step instructions below to install postgresql-16-similarity on Kali Linux

$ sudo apt update $ sudo apt install postgresql-16-similarity

2. Uninstall "postgresql-16-similarity" package

Please follow the guidance below to uninstall postgresql-16-similarity on Kali Linux:

$ sudo apt remove postgresql-16-similarity $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-16-similarity package on Kali Linux

Package: postgresql-16-similarity
Source: pg-similarity (1.0-7)
Version: 1.0-7+b1
Installed-Size: 327
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.14)
Size: 107788
SHA256: adae797be149bfb860989075a3d1ffc61152d48665a83d7cee4bf803d5ac6ec3
SHA1: 94f8aae2b68cd552ad4ec7d98a1dd769b73bd04a
MD5sum: 5dc2b0fca269f4e1bce316d782bbfdf4
Description: PostgreSQL similarity functions extension
pg_similarity is an extension to support similarity queries on PostgreSQL.
The extension consists of:
.
* Functions implementing similarity algorithms available in the literature.
These functions can be used as UDFs and are the base for implementing
the similarity operators;
* Operators defined on top of the similarity functions. They use similarity
functions to obtain the similarity threshold and compare its value to a
user-defined threshold to decide if it is a match or not;
* Session variables storing similarity function parameters.
Description-md5:
Homepage: https://github.com/eulerto/pg_similarity
Section: database
Priority: optional
Filename: pool/main/p/pg-similarity/postgresql-16-similarity_1.0-7+b1_amd64.deb

5. The same packages on other Linux Distributions