rebar3 on AUR (Arch User Repository)

Last updated: May 19,2024

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

$ yay -S rebar3

* (Optional) Uninstall rebar3 on Arch using YAY

$ yay -Rns rebar3

2. Manually Install "rebar3" via AUR

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

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

b. Clone rebar3's git locally

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

c. Go to ~/rebar3 folder and install it

$ cd ~/rebar3 $ makepkg -si

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

ID: 1271238
Name: rebar3
PackageBaseID: 91840
PackageBase: rebar3
Version: 3.22.0-1
Description: A sophisticated build-tool for Erlang projects that follows OTP principles.
URL: https://github.com/erlang/rebar3
NumVotes: 23
Popularity: 0.760887
OutOfDate:
Maintainer: winlu
Submitter: winlu
FirstSubmitted: 1427909393
LastModified: 1686424483
URLPath: /cgit/aur.git/snapshot/rebar3.tar.gz