abcl on AUR (Arch User Repository)

Last updated: May 03,2024

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

$ yay -S abcl

* (Optional) Uninstall abcl on Arch using YAY

$ yay -Rns abcl

2. Manually Install "abcl" via AUR

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

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

b. Clone abcl's git locally

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

c. Go to ~/abcl folder and install it

$ cd ~/abcl $ makepkg -si

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

ID: 1277021
Name: abcl
PackageBaseID: 42528
PackageBase: abcl
Version: 1.9.2-1
Description: Full implementation of the Common Lisp language in the JVM
URL: https://common-lisp.net/project/armedbear/
NumVotes: 13
Popularity: 4.0E-6
OutOfDate:
Maintainer: wykwit
Submitter: haawda
FirstSubmitted: 1288713573
LastModified: 1687411983
URLPath: /cgit/aur.git/snapshot/abcl.tar.gz