How to Install and Uninstall python3-gmpy2 Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-gmpy2" package

In this section, we are going to explain the necessary steps to install python3-gmpy2 on Kali Linux

$ sudo apt update $ sudo apt install python3-gmpy2

2. Uninstall "python3-gmpy2" package

This guide let you learn how to uninstall python3-gmpy2 on Kali Linux:

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

3. Information about the python3-gmpy2 package on Kali Linux

Package: python3-gmpy2
Source: python-gmpy2 (2.1.5-3)
Version: 2.1.5-3+b1
Installed-Size: 1272
Maintainer: Martin Kelly
Architecture: amd64
Depends: python-gmpy2-common, python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.29), libgmp10 (>= 2:6.3.0+dfsg), libmpc3 (>= 1.1.0), libmpfr6 (>= 4.0.0)
Suggests: python-gmpy2-doc
Size: 262540
SHA256: 21091980a7049ab4bf5c28e92f90b4d20904bd0fbffbfbf3693f826592c196d6
SHA1: 58a4739c0d885936602c89415da943fa0cd55cc1
MD5sum: 601aa1587564949acd65e3db83063bb2
Description: 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:
Homepage: https://github.com/aleaxit/gmpy
Section: python
Priority: optional
Filename: pool/main/p/python-gmpy2/python3-gmpy2_2.1.5-3+b1_amd64.deb