How to Install and Uninstall postgresql-9.5-debversion Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 02,2024

1. Install "postgresql-9.5-debversion" package

Learn how to install postgresql-9.5-debversion on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "postgresql-9.5-debversion" package

Please follow the instructions below to uninstall postgresql-9.5-debversion on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the postgresql-9.5-debversion package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: postgresql-9.5-debversion
Priority: extra
Section: universe/database
Installed-Size: 46
Maintainer: Ubuntu Developers
Original-Maintainer: Debian buildd-tools Developers
Architecture: amd64
Source: postgresql-debversion
Version: 1.0.8-1
Depends: libapt-pkg5.0 (>= 0.8.0), libc6 (>= 2.2.5), libstdc++6 (>= 4.1.1), postgresql-9.5
Filename: pool/universe/p/postgresql-debversion/postgresql-9.5-debversion_1.0.8-1_amd64.deb
Size: 8962
MD5sum: 99277d6d4451176fbfd4c2e6c7fffa70
SHA1: 0fa504bba12d4ed9360ad52d4ad5ea699838d3d8
SHA256: b3543bf61a5ad5917e63819b1c2ae1f165c2cba6979d07788c8aba6a125f1955
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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu