amass on AUR (Arch User Repository)

Last updated: October 05,2024

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

$ yay -S amass

* (Optional) Uninstall amass on Arch using YAY

$ yay -Rns amass

2. Manually Install "amass" via AUR

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

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

b. Clone amass's git locally

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

c. Go to ~/amass folder and install it

$ cd ~/amass $ makepkg -si

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

ID: 1318656
Name: amass
PackageBaseID: 135907
PackageBase: amass
Version: 4.2.0-1
Description: In-depth Attack Surface Mapping and Asset Discovery
URL: https://github.com/OWASP/Amass
NumVotes: 5
Popularity: 2.0E-5
OutOfDate:
Maintainer: f2404
Submitter: architekton
FirstSubmitted: 1536579053
LastModified: 1694647049
URLPath: /cgit/aur.git/snapshot/amass.tar.gz

5. The same packages on other Linux Distributions