chez-scheme on AUR (Arch User Repository)

Last updated: September 28,2024

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

$ yay -S chez-scheme

* (Optional) Uninstall chez-scheme on Arch using YAY

$ yay -Rns chez-scheme

2. Manually Install "chez-scheme" via AUR

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

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

b. Clone chez-scheme's git locally

$ git clone https://aur.archlinux.org/chez-scheme.git ~/chez-scheme

c. Go to ~/chez-scheme folder and install it

$ cd ~/chez-scheme $ makepkg -si

3. Information about the chez-scheme package on Arch User Repository (AUR)

ID: 1405490
Name: chez-scheme
PackageBaseID: 111547
PackageBase: chez-scheme
Version: 10.0.0-1
Description: Compiler and run-time system for the language of the Revised^6 Report on Scheme (R6RS), with numerous extensions.
URL: https://github.com/cisco/ChezScheme
NumVotes: 41
Popularity: 0.138831
OutOfDate:
Maintainer: taekyung
Submitter: dgeibi
FirstSubmitted: 1463925539
LastModified: 1707301095
URLPath: /cgit/aur.git/snapshot/chez-scheme.tar.gz