wrangler on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S wrangler

* (Optional) Uninstall wrangler on Arch using YAY

$ yay -Rns wrangler

2. Manually Install "wrangler" via AUR

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

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

b. Clone wrangler's git locally

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

c. Go to ~/wrangler folder and install it

$ cd ~/wrangler $ makepkg -si

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

ID: 337484
Name: wrangler
PackageBaseID: 115428
PackageBase: wrangler
Version: 20160511-1
Description: Wrangler -- An Erlang Refactorer
URL: https://www.cs.kent.ac.uk/projects/wrangler/Wrangler/Home.html
NumVotes: 1
Popularity: 0
OutOfDate: 1705913908
Maintainer: feo.me
Submitter: feo.me
FirstSubmitted: 1473673797
LastModified: 1473673797
URLPath: /cgit/aur.git/snapshot/wrangler.tar.gz

5. The same packages on other Linux Distributions