python2-gmpy on AUR (Arch User Repository)

Last updated: June 16,2024

1. Install "python2-gmpy" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install python2-gmpy on Arch using YAY

$ yay -S python2-gmpy

* (Optional) Uninstall python2-gmpy on Arch using YAY

$ yay -Rns python2-gmpy

2. Manually Install "python2-gmpy" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone python2-gmpy's git locally

$ git clone https://aur.archlinux.org/python2-gmpy.git ~/python2-gmpy

c. Go to ~/python2-gmpy folder and install it

$ cd ~/python2-gmpy $ makepkg -si

3. Information about the python2-gmpy package on Arch User Repository (AUR)

ID: 412687
Name: python2-gmpy
PackageBaseID: 41633
PackageBase: python2-gmpy
Version: 1.17-1
Description: Python extension that wraps GMP to provide fast multiprecision arithmetic. Last of the 1.x series, see gmpy2 for new developments.
URL: http://code.google.com/p/gmpy/
NumVotes: 43
Popularity: 0
OutOfDate:
Maintainer: sleduc
FirstSubmitted: 1286693008
LastModified: 1495360123
URLPath: /cgit/aur.git/snapshot/python2-gmpy.tar.gz

5. The same packages on other Linux Distributions