tinyscheme on AUR (Arch User Repository)

Last updated: July 03,2024

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

$ yay -S tinyscheme

* (Optional) Uninstall tinyscheme on Arch using YAY

$ yay -Rns tinyscheme

2. Manually Install "tinyscheme" via AUR

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

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

b. Clone tinyscheme's git locally

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

c. Go to ~/tinyscheme folder and install it

$ cd ~/tinyscheme $ makepkg -si

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

ID: 892230
Name: tinyscheme
PackageBaseID: 96926
PackageBase: tinyscheme
Version: 1.42-1
Description: A lightweight Scheme interpreter that implements a large subset of R5RS.
URL: http://tinyscheme.sourceforge.net/
NumVotes: 4
Popularity: 3.0E-6
OutOfDate:
Maintainer: keenerd
Submitter: keenerd
FirstSubmitted: 1439127849
LastModified: 1618390160
URLPath: /cgit/aur.git/snapshot/tinyscheme.tar.gz