httprobe on AUR (Arch User Repository)

Last updated: September 22,2024

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

$ yay -S httprobe

* (Optional) Uninstall httprobe on Arch using YAY

$ yay -Rns httprobe

2. Manually Install "httprobe" via AUR

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

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

b. Clone httprobe's git locally

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

c. Go to ~/httprobe folder and install it

$ cd ~/httprobe $ makepkg -si

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

ID: 1396548
Name: httprobe
PackageBaseID: 202093
PackageBase: httprobe
Version: 0.2-1
Description: Take a list of domains and probe for working HTTP and HTTPS servers
URL: https://github.com/tomnomnom/httprobe
NumVotes: 1
Popularity: 0.4253
OutOfDate:
Maintainer: carsme
Submitter: carsme
FirstSubmitted: 1706776281
LastModified: 1706776281
URLPath: /cgit/aur.git/snapshot/httprobe.tar.gz

5. The same packages on other Linux Distributions