pack on AUR (Arch User Repository)

Last updated: November 23,2024

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

$ yay -S pack

* (Optional) Uninstall pack on Arch using YAY

$ yay -Rns pack

2. Manually Install "pack" via AUR

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

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

b. Clone pack's git locally

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

c. Go to ~/pack folder and install it

$ cd ~/pack $ makepkg -si

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

ID: 421034
Name: pack
PackageBaseID: 98421
PackageBase: pack
Version: 0.0.4-5
Description: Password Analysis and Cracking Kit
URL: http://thesprawl.org/projects/pack/
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: sanerb
FirstSubmitted: 1440460853
LastModified: 1497884903
URLPath: /cgit/aur.git/snapshot/pack.tar.gz

5. The same packages on other Linux Distributions