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

Last updated: November 07,2024

1. Install "postgresql-16-debversion" package

This guide let you learn how to install postgresql-16-debversion on Kali Linux

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

2. Uninstall "postgresql-16-debversion" package

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

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

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

Package: postgresql-16-debversion
Source: postgresql-debversion
Version: 1.1.2-3
Installed-Size: 61
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.2.5), postgresql-16, postgresql-16-jit-llvm (>= 16)
Size: 13688
SHA256: 283f8444231863802f52a8bf3f4dda8f6bb0258fd2d067d890455ba63d5079c6
SHA1: 3358f2bc4e98427854c360f0818fa0fd29db1b26
MD5sum: e770269b0291d149a1c5b962d0107f24
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:
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Section: database
Priority: optional
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion_1.1.2-3_amd64.deb

5. The same packages on other Linux Distributions