ffuf on AUR (Arch User Repository)

Last updated: July 06,2024

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

$ yay -S ffuf

* (Optional) Uninstall ffuf on Arch using YAY

$ yay -Rns ffuf

2. Manually Install "ffuf" via AUR

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

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

b. Clone ffuf's git locally

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

c. Go to ~/ffuf folder and install it

$ cd ~/ffuf $ makepkg -si

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

ID: 1390622
Name: ffuf
PackageBaseID: 149540
PackageBase: ffuf
Version: 2.1.0-1
Description: Fast web fuzzer written in Go
URL: https://github.com/ffuf/ffuf
NumVotes: 3
Popularity: 0.001444
OutOfDate:
Maintainer: flipee
Submitter: flipee
FirstSubmitted: 1582740171
LastModified: 1705947417
URLPath: /cgit/aur.git/snapshot/ffuf.tar.gz