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

Last updated: May 06,2024

1. Install "postgresql-13-debversion" package

This guide let you learn how to install postgresql-13-debversion on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "postgresql-13-debversion" package

Please follow the step by step instructions below to uninstall postgresql-13-debversion on Ubuntu 21.10 (Impish Indri):

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

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

Package: postgresql-13-debversion
Architecture: amd64
Version: 1.1.1-4
Priority: optional
Section: universe/database
Source: postgresql-debversion
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 65
Depends: libapt-pkg6.0 (>= 0.8.0), libc6 (>= 2.2.5), postgresql-13
Filename: pool/universe/p/postgresql-debversion/postgresql-13-debversion_1.1.1-4_amd64.deb
Size: 14856
MD5sum: 6f5212f5b31f7738c937080e827123f0
SHA1: 2a6039e97ac66c8e830534bcbb2681a59e031ab2
SHA256: a5da48aee48849eb6b07bd94e4aae0f8fe8a0739139a6ffed5ab0a262136f118
SHA512: 8b9d875e13d43054ebb26b483ccbd4fd5d07d1e6fcf8e073d3e12be1b5d090da31667afb9d94435fe21aa2aac9fe0562faaa2848e79d1912c6280a220dd98586
Description-en: 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

5. The same packages on other Linux Distributions