hurl on AUR (Arch User Repository)

Last updated: May 15,2024

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

$ yay -S hurl

* (Optional) Uninstall hurl on Arch using YAY

$ yay -Rns hurl

2. Manually Install "hurl" via AUR

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

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

b. Clone hurl's git locally

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

c. Go to ~/hurl folder and install it

$ cd ~/hurl $ makepkg -si

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

ID: 1284234
Name: hurl
PackageBaseID: 169773
PackageBase: hurl
Version: 0.8-1
Description: HTTP/HTTPS/Gopher file grabber
URL: https://codemadness.org/hurl.html
NumVotes: 2
Popularity: 0.00593
OutOfDate:
Maintainer: andersdamsgaard
Submitter: andersdamsgaard
FirstSubmitted: 1628583493
LastModified: 1688649543
URLPath: /cgit/aur.git/snapshot/hurl.tar.gz

5. The same packages on other Linux Distributions