How to Install and Uninstall postgresql-13-pgmp Package on Ubuntu 21.10 (Impish Indri)

Last updated: March 01,2025

1. Install "postgresql-13-pgmp" package

Please follow the guidance below to install postgresql-13-pgmp on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "postgresql-13-pgmp" package

Please follow the step by step instructions below to uninstall postgresql-13-pgmp on Ubuntu 21.10 (Impish Indri):

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

3. Information about the postgresql-13-pgmp package on Ubuntu 21.10 (Impish Indri)

Package: postgresql-13-pgmp
Architecture: amd64
Version: 1.0.4-3
Priority: optional
Section: universe/database
Source: postgresql-pgmp
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 388
Depends: postgresql-13, libc6 (>= 2.14), libgmp10
Filename: pool/universe/p/postgresql-pgmp/postgresql-13-pgmp_1.0.4-3_amd64.deb
Size: 109124
MD5sum: f0a0ebf92f8a862749bbc701367ef297
SHA1: 307508ea7928565aeaa0f47cf9f82eb881ba2f48
SHA256: 050a07d57caf5590407a1bfbad84f4eef6e239d18b88a31eb39d97a7f33f4f0f
SHA512: f01f300f88f6d334a754f3a76d1b2ff564a9bdcef6182268c6514c30dee141347dc25875e965a1763b435fde058c2bef5ec1204788789bc35868d3eb07bbb59e
Homepage: https://github.com/dvarrazzo/pgmp
Description-en: arbitrary precision integers and rationals for PostgreSQL 13
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: b13cabcb22459f5396346ba815a2a62f

5. The same packages on other Linux Distributions