How to Install and Uninstall postgresql-9.5-pgmp Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 02,2024

1. Install "postgresql-9.5-pgmp" package

Please follow the instructions below to install postgresql-9.5-pgmp on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "postgresql-9.5-pgmp" package

This guide let you learn how to uninstall postgresql-9.5-pgmp on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the postgresql-9.5-pgmp package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: postgresql-9.5-pgmp
Priority: optional
Section: universe/database
Installed-Size: 160
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Source: postgresql-pgmp
Version: 1.0.2-2
Depends: libc6 (>= 2.14), libgmp10, postgresql-9.5
Filename: pool/universe/p/postgresql-pgmp/postgresql-9.5-pgmp_1.0.2-2_amd64.deb
Size: 39660
MD5sum: 5fb33ecea447506256b73f79eaf2e1bf
SHA1: 747aca21b5aee91ed41484f1923034e86f21d790
SHA256: 568f4aab92db53f1cbe4d45f7c3e501af3b165a22cfc07f872e0b3ed98b15842
Description-en: arbitrary precision integers and rationals for PostgreSQL 9.5
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: d3496b387894620dbe7c24908f81f44c
Homepage: https://github.com/dvarrazzo/pgmp
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu