ruby-bcrypt on AUR (Arch User Repository)

Last updated: May 16,2024

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

$ yay -S ruby-bcrypt

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

$ yay -Rns ruby-bcrypt

2. Manually Install "ruby-bcrypt" via AUR

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

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

b. Clone ruby-bcrypt's git locally

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

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

$ cd ~/ruby-bcrypt $ makepkg -si

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

ID: 1407513
Name: ruby-bcrypt
PackageBaseID: 115382
PackageBase: ruby-bcrypt
Version: 3.1.20-2
Description: bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords
URL: https://github.com/codahale/bcrypt-ruby
NumVotes: 2
Popularity: 0.136064
OutOfDate:
Maintainer: micwoj92
Submitter: arnottcr
FirstSubmitted: 1473441182
LastModified: 1707662131
URLPath: /cgit/aur.git/snapshot/ruby-bcrypt.tar.gz