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

Last updated: May 21,2024

1. Install "python-gmpy" package

Please follow the guidelines below to install python-gmpy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gmpy

2. Uninstall "python-gmpy" package

Please follow the step by step instructions below to uninstall python-gmpy on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gmpy
Priority: optional
Section: universe/math
Installed-Size: 274
Maintainer: Ubuntu Developers
Original-Maintainer: Martin Kelly
Architecture: amd64
Version: 1.17-1
Provides: python2.7-gmpy
Depends: python (>= 2.7), python (<< 2.8), libc6 (>= 2.4), libgmp10
Filename: pool/universe/p/python-gmpy/python-gmpy_1.17-1_amd64.deb
Size: 91120
MD5sum: 2e3c8fe0e230b8c12b93c04f4de6200d
SHA1: 24657ddecc6bbba0d149cda03a3d6e37d516aa15
SHA256: f062294d76de75f99b554d0eed5188cb4da7279c1c5cc32a547b56b29bdde65e
Description-en: interfaces GMP to Python 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.
Description-md5: 5eeda1e4a3ef37c17773b1ed85e2befd
Homepage: http://code.google.com/p/gmpy/
Python-Version: 2.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu