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

Last updated: October 06,2024

1. Install "postgresql-16-rational" package

Please follow the guidance below to install postgresql-16-rational on Kali Linux

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

2. Uninstall "postgresql-16-rational" package

Here is a brief guide to show you how to uninstall postgresql-16-rational on Kali Linux:

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

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

Package: postgresql-16-rational
Source: pg-rational (0.0.2-6)
Version: 0.0.2-6+b1
Installed-Size: 77
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.4)
Size: 25612
SHA256: f2a622047381348bc8905d298854de2f3d578ec1de125f695716db17ea88712b
SHA1: 70f6b1fb8044cb32768bb1a94fdf767ec5e0e1fd
MD5sum: 01e696a59392e5d8d2159f73637c9e38
Description: Precise fractional arithmetic for PostgreSQL
pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
for exact arithmetic or user-specified table row ordering. Holds values as big
as an integer, with matching precision in the denominator.
.
Features:
* Stores fractions in exactly 64 bits (same size as float)
* Written in C for high performance
* Detects and halts arithmetic overflow for correctness
* Uses native CPU instructions for fast overflow detection
* Defers GCD calculation until requested or absolutely required
* Supports btree and hash indices
* Implements Stern-Brocot trees for finding intermediate points
* Coercion from integer/bigint/tuple
* Custom aggregate
Description-md5:
Homepage: https://github.com/begriffs/pg_rational
Section: database
Priority: optional
Filename: pool/main/p/pg-rational/postgresql-16-rational_0.0.2-6+b1_amd64.deb

5. The same packages on other Linux Distributions