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

Last updated: May 16,2024

1. Install "python3-gmpy2" package

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

$ sudo apt update $ sudo apt install python3-gmpy2

2. Uninstall "python3-gmpy2" package

Here is a brief guide to show you how to uninstall python3-gmpy2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-gmpy2
Priority: optional
Section: universe/python
Installed-Size: 510
Maintainer: Ubuntu Developers
Original-Maintainer: Martin Kelly
Architecture: amd64
Source: python-gmpy2
Version: 2.0.7-2build1
Provides: python3.5-gmpy2
Depends: python-gmpy2-common, python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.4), libgmp10, libmpc3, libmpfr4 (>= 3.1.3)
Filename: pool/universe/p/python-gmpy2/python3-gmpy2_2.0.7-2build1_amd64.deb
Size: 127816
MD5sum: 0eb1dbac970ae2927edeb9a76f5de628
SHA1: 05bb557f8d106c48a027e6f99c5ffaa2cf4bbc1c
SHA256: 5767a04b726e20699eacb63b52ddeb438d8428b433c274249f1f66e3714514be
Description-en: interfaces GMP to Python 3 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 3 support for gmpy2.
Description-md5: fc39a0694e0a8cad53d3140dbb59bf62
Homepage: https://pypi.python.org/pypi/gmpy2
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu