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

Last updated: May 19,2024

1. Install "postgresql-14-debversion" package

Please follow the step by step instructions below to install postgresql-14-debversion on Kali Linux

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

2. Uninstall "postgresql-14-debversion" package

This guide covers the steps necessary to uninstall postgresql-14-debversion on Kali Linux:

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

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

Package: postgresql-14-debversion
Source: postgresql-debversion (1.1.1-5)
Version: 1.1.1-5+b1
Installed-Size: 66
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.2.5), postgresql-14
Size: 16456
SHA256: c0dcd7f84c0e8267b1efb2ebecd148cd220d5a8c3a9288333c1d9b352b6d21ba
SHA1: 6e526d891ada47b50e0cd2260c3c320e5db2663f
MD5sum: ef7fdc13a4d6a526d22cbc3f8153b832
Description: Debian version number type for PostgreSQL
Debian version numbers, used to version Debian binary and source
packages, have a defined format, including specifications for how
versions should be compared in order to sort them. This package
implements a "debversion" type to represent Debian version numbers
within the PostgreSQL database. This also includes operators for
version comparison and index operator classes for creating indexes on
the debversion type.
.
Version comparison uses the algorithm used by the Debian package
manager, dpkg, using the implementation from libapt-pkg. This means
that columns in tables using the debversion type may be sorted and
compared correctly using the same logic as "dpkg --compare-versions".
It is also possible to create indexes on these columns.
.
postgresql-debversion implements the following features:
.
* The "debversion" type (internally derived from the "text" type)
* A full set of operators for version comparison (< <= = <> >= >)
including commutator and negator optimisation hints
* Operator classes for btree and hash indexes
* The aggregate functions min() and max()
Description-md5: ef3470a77fc6dee20bcbcc33637f1fb1
Section: database
Priority: optional
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.1.1-5+b1_amd64.deb