harec on AUR (Arch User Repository)

Last updated: May 04,2024

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

$ yay -S harec

* (Optional) Uninstall harec on Arch using YAY

$ yay -Rns harec

2. Manually Install "harec" via AUR

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

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

b. Clone harec's git locally

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

c. Go to ~/harec folder and install it

$ cd ~/harec $ makepkg -si

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

ID: 1395125
Name: harec
PackageBaseID: 178262
PackageBase: harec
Version: r1834.f9e17e6-1
Description: The Hare programming language - bootstrapped compiler
URL: https://harelang.org/
NumVotes: 11
Popularity: 0.019199
OutOfDate:
Maintainer: grawlinson
Submitter: grawlinson
FirstSubmitted: 1650855329
LastModified: 1706556292
URLPath: /cgit/aur.git/snapshot/harec.tar.gz

5. The same packages on other Linux Distributions