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

Last updated: November 23,2024

1. Install "postgresql-13-similarity" package

This guide covers the steps necessary to install postgresql-13-similarity on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "postgresql-13-similarity" package

In this section, we are going to explain the necessary steps to uninstall postgresql-13-similarity on Ubuntu 21.10 (Impish Indri):

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

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

Package: postgresql-13-similarity
Architecture: amd64
Version: 1.0-4
Priority: optional
Section: universe/database
Source: pg-similarity
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 347
Depends: postgresql-13, libc6 (>= 2.14)
Filename: pool/universe/p/pg-similarity/postgresql-13-similarity_1.0-4_amd64.deb
Size: 105440
MD5sum: 926d0b9273e6a75a7a5a2750b48c9aa8
SHA1: 6177d34bb36906a3fd2808f4acda1531b0316b0e
SHA256: 0f805c7559e1e9ec3523135b467c878f1585b9b7c2659635a0b24def873e3533
SHA512: 976ed4e892abc489d27097e74091d8742fade5c81002a462ef8929f5a5ffe0339005f972675bc19cc44303ee9ecc04b9af42df97b0b1f7b0955538c0fa7a7f35
Homepage: https://github.com/eulerto/pg_similarity
Description-en: 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: 016915125f3f037a27ce1e3311d2fc9c

5. The same packages on other Linux Distributions