python2-bcrypt on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S python2-bcrypt

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

$ yay -Rns python2-bcrypt

2. Manually Install "python2-bcrypt" via AUR

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

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

b. Clone python2-bcrypt's git locally

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

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

$ cd ~/python2-bcrypt $ makepkg -si

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

ID: 1395111
Name: python2-bcrypt
PackageBaseID: 202002
PackageBase: python2-bcrypt
Version: 3.1.7-5
Description: Modern password hashing for your software and your servers
URL: https://pypi.org/project/bcrypt/3.1.7/
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: truocolo
Submitter: truocolo
FirstSubmitted: 1706553546
LastModified: 1706553546
URLPath: /cgit/aur.git/snapshot/python2-bcrypt.tar.gz

5. The same packages on other Linux Distributions