lean4 on AUR (Arch User Repository)

Last updated: June 02,2024

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

$ yay -S lean4

* (Optional) Uninstall lean4 on Arch using YAY

$ yay -Rns lean4

2. Manually Install "lean4" via AUR

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

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

b. Clone lean4's git locally

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

c. Go to ~/lean4 folder and install it

$ cd ~/lean4 $ makepkg -si

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

ID: 1311645
Name: lean4
PackageBaseID: 162494
PackageBase: lean4
Version: 4.0.0.rc4-1
Description: Lean 4 programming language and theorem prover
URL: https://github.com/leanprover/lean4
NumVotes: 4
Popularity: 0
OutOfDate:
Maintainer: dariost
Submitter: dariost
FirstSubmitted: 1611497246
LastModified: 1693458338
URLPath: /cgit/aur.git/snapshot/lean4.tar.gz