python2-cryptography on AUR (Arch User Repository)

Last updated: June 26,2024

1. Install "python2-cryptography" 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-cryptography on Arch using YAY

$ yay -S python2-cryptography

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

$ yay -Rns python2-cryptography

2. Manually Install "python2-cryptography" via AUR

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

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

b. Clone python2-cryptography's git locally

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

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

$ cd ~/python2-cryptography $ makepkg -si

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

ID: 1249559
Name: python2-cryptography
PackageBaseID: 174820
PackageBase: python2-cryptography
Version: 3.3.2-2
Description: A package designed to expose cryptographic recipes and primitives to Python developers (Legacy Python 2 version)
URL: https://pypi.python.org/pypi/cryptography
NumVotes: 1
Popularity: 0.001357
OutOfDate:
Maintainer: LaughingMan
Submitter: bionade24
FirstSubmitted: 1641655916
LastModified: 1682694943
URLPath: /cgit/aur.git/snapshot/python2-cryptography.tar.gz

5. The same packages on other Linux Distributions