progpick on AUR (Arch User Repository)

Last updated: November 24,2024

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

$ yay -S progpick

* (Optional) Uninstall progpick on Arch using YAY

$ yay -Rns progpick

2. Manually Install "progpick" via AUR

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

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

b. Clone progpick's git locally

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

c. Go to ~/progpick folder and install it

$ cd ~/progpick $ makepkg -si

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

ID: 614204
Name: progpick
PackageBaseID: 142208
PackageBase: progpick
Version: 0.1.0-1
Description: Bruteforce with a stream of permutations of a specific pattern
URL: https://github.com/kpcyrd/progpick
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: kpcyrd
FirstSubmitted: 1558315627
LastModified: 1558315627
URLPath: /cgit/aur.git/snapshot/progpick.tar.gz

5. The same packages on other Linux Distributions