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

Last updated: May 17,2024

1. Install "postgresql-16-pgmp" package

This tutorial shows how to install postgresql-16-pgmp on Kali Linux

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

2. Uninstall "postgresql-16-pgmp" package

Please follow the guidelines below to uninstall postgresql-16-pgmp on Kali Linux:

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

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

Package: postgresql-16-pgmp
Source: postgresql-pgmp (1.0.5-2)
Version: 1.0.5-2+b1
Installed-Size: 375
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.14), libgmp10 (>= 2:6.3.0+dfsg)
Size: 110208
SHA256: 2f0148f654816371cbb640a14eeafe88ee189a5d3911fd78083233144e3420ab
SHA1: f25374ba6076e9152b6a0720fa460fae7631370f
MD5sum: c4a5496d038ec45dfa14cb22ab6a1e15
Description: arbitrary precision integers and rationals for PostgreSQL 16
pgmp is a PostgreSQL extension to add the GMP data types and functions
directly into the database.
.
The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
precision rationals) to PostgreSQL and exposes to the database all the
functions available in the GMP library for these data types, allowing:
.
* higher performance arithmetic on integers respect to the numeric data type
* a rational data type for absolute precision storage and arithmetic
* using specialized functions to deal with prime numbers, random numbers,
factorization directly into the database.
Description-md5:
Homepage: https://github.com/dvarrazzo/pgmp
Section: database
Priority: optional
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp_1.0.5-2+b1_amd64.deb

5. The same packages on other Linux Distributions