nuclei on AUR (Arch User Repository)

Last updated: July 02,2024

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

$ yay -S nuclei

* (Optional) Uninstall nuclei on Arch using YAY

$ yay -Rns nuclei

2. Manually Install "nuclei" via AUR

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

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

b. Clone nuclei's git locally

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

c. Go to ~/nuclei folder and install it

$ cd ~/nuclei $ makepkg -si

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

ID: 1427786
Name: nuclei
PackageBaseID: 156451
PackageBase: nuclei
Version: 3.2.1-1
Description: Fast tool for configurable targeted scanning based on templates offering massive extensibility and ease of use
URL: https://github.com/projectdiscovery/nuclei
NumVotes: 4
Popularity: 0.373337
OutOfDate:
Maintainer: imlonghao
Submitter: clove3am
FirstSubmitted: 1596744080
LastModified: 1710516519
URLPath: /cgit/aur.git/snapshot/nuclei.tar.gz

5. The same packages on other Linux Distributions