How to Install and Uninstall python-gmpy2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 21,2024

1. Install "python-gmpy2" package

This guide let you learn how to install python-gmpy2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gmpy2

2. Uninstall "python-gmpy2" package

This tutorial shows how to uninstall python-gmpy2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-gmpy2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-gmpy2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-gmpy2
Priority: optional
Section: universe/python
Installed-Size: 514
Maintainer: Ubuntu Developers
Original-Maintainer: Martin Kelly
Architecture: amd64
Version: 2.0.7-2build1
Provides: python2.7-gmpy2
Depends: python-gmpy2-common, python (<< 2.8), python (>= 2.7~), libc6 (>= 2.4), libgmp10, libmpc3, libmpfr4 (>= 3.1.3)
Filename: pool/universe/p/python-gmpy2/python-gmpy2_2.0.7-2build1_amd64.deb
Size: 128744
MD5sum: 3c3b64c939485ee3a25680741ddf8a1c
SHA1: edd539ed1abb3048b4a763e0aef2cbb8595e56c2
SHA256: 9b834338f70f87c09181e165b16f05c848b95f588f71f96548d660519ade53af
Description-en: interfaces GMP to Python 2 for fast, unbound-precision computations
gmpy is a C-coded Python extension module that wraps the GMP library to
provide to Python code fast multiprecision arithmetic (integer, rational, and
float), random number generation, advanced number-theoretical functions, and
more.
.
This package installs Python 2 support for gmpy2.
Description-md5: fc135ebd0ca69552b998a8a704ddc95c
Homepage: https://pypi.python.org/pypi/gmpy2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu