wordlists on AUR (Arch User Repository)

Last updated: May 04,2024

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

$ yay -S wordlists

* (Optional) Uninstall wordlists on Arch using YAY

$ yay -Rns wordlists

2. Manually Install "wordlists" via AUR

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

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

b. Clone wordlists's git locally

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

c. Go to ~/wordlists folder and install it

$ cd ~/wordlists $ makepkg -si

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

ID: 1194591
Name: wordlists
PackageBaseID: 163500
PackageBase: wordlists
Version: 0.3-1
Description: Download a great set of wordlists. In /usr/share/wordlists
URL:
NumVotes: 9
Popularity: 1.296217
OutOfDate:
Maintainer: filotek
Submitter: 5amu
FirstSubmitted: 1613730693
LastModified: 1673383805
URLPath: /cgit/aur.git/snapshot/wordlists.tar.gz

5. The same packages on other Linux Distributions