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

Last updated: May 18,2024

1. Install "postgresql-14-rational" package

Please follow the guidelines below to install postgresql-14-rational on Kali Linux

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

2. Uninstall "postgresql-14-rational" package

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

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

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

Package: postgresql-14-rational
Source: pg-rational
Version: 0.0.2-4
Installed-Size: 75
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14, libc6 (>= 2.4)
Size: 25052
SHA256: a7c045be1e338da6f37ca796a15e1c6363e88b637da7534f32180c5348a87b44
SHA1: 3cacb74c4a8f1d97fb07aac935211feb22c9b4c5
MD5sum: 77a948824d24fa8219150961f1457922
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: 6eb6f67e8b7d0a2cbc299131d6c6907a
Homepage: https://github.com/begriffs/pg_rational
Section: database
Priority: optional
Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.2-4_amd64.deb