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

Last updated: May 10,2024

1. Install "postgresql-14-pgmp" package

Please follow the step by step instructions below to install postgresql-14-pgmp on Kali Linux

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

2. Uninstall "postgresql-14-pgmp" package

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

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

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

Package: postgresql-14-pgmp
Source: postgresql-pgmp (1.0.4-4)
Version: 1.0.4-4+b1
Installed-Size: 393
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14, libc6 (>= 2.14), libgmp10 (>= 2:6.2.1+dfsg)
Size: 110488
SHA256: 88cb7aa646a9a216e4c3780fa7f1486f08e843b415884e6b1ec4192401f6a229
SHA1: 2dc1674362276c5f6ac3920d1a3d89e7fdad4529
MD5sum: f7d23407237c2b01b54e36daabfbb112
Description: arbitrary precision integers and rationals for PostgreSQL 14
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: 63764232c39e286c5ac11621f432b1ea
Homepage: https://github.com/dvarrazzo/pgmp
Section: database
Priority: optional
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.4-4+b1_amd64.deb