hare on AUR (Arch User Repository)

Last updated: November 24,2024

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

$ yay -S hare

* (Optional) Uninstall hare on Arch using YAY

$ yay -Rns hare

2. Manually Install "hare" via AUR

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

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

b. Clone hare's git locally

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

c. Go to ~/hare folder and install it

$ cd ~/hare $ makepkg -si

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

ID: 1395129
Name: hare
PackageBaseID: 178263
PackageBase: hare
Version: r3667.c50d9288-1
Description: The Hare programming language
URL: https://harelang.org/
NumVotes: 25
Popularity: 1.67896
OutOfDate: 1708343433
Maintainer: grawlinson
Submitter: grawlinson
FirstSubmitted: 1650855533
LastModified: 1706556693
URLPath: /cgit/aur.git/snapshot/hare.tar.gz

5. The same packages on other Linux Distributions