abcl on AUR (Arch User Repository)
Last updated: November 07,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
Copied
b. Install abcl on Arch using YAY
$
yay -S
abcl
Copied
* (Optional) Uninstall abcl on Arch using YAY
$
yay -Rns
abcl
Copied
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
Copied
b. Clone abcl's git locally
$
git clone https://aur.archlinux.org/abcl.git
~/abcl
Copied
c. Go to ~/abcl folder and install it
$
cd
~/abcl
Copied
$
makepkg -si
Copied
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
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