mkpasswd on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S mkpasswd

* (Optional) Uninstall mkpasswd on Arch using YAY

$ yay -Rns mkpasswd

2. Manually Install "mkpasswd" via AUR

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

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

b. Clone mkpasswd's git locally

$ git clone https://aur.archlinux.org/mkpasswd.git ~/mkpasswd

c. Go to ~/mkpasswd folder and install it

$ cd ~/mkpasswd $ makepkg -si

3. Information about the mkpasswd package on Arch User Repository (AUR)

ID: 935434
Name: mkpasswd
PackageBaseID: 124658
PackageBase: mkpasswd
Version: 5.5.10-1
Description: Tool for creating password hashes suitable for /etc/shadow
URL: https://github.com/rfc1036/whois
NumVotes: 19
Popularity: 0.14754
OutOfDate:
Maintainer: julianbrost
FirstSubmitted: 1502319312
LastModified: 1626518065
URLPath: /cgit/aur.git/snapshot/mkpasswd.tar.gz