ccl on AUR (Arch User Repository)

Last updated: June 23,2024

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

$ yay -S ccl

* (Optional) Uninstall ccl on Arch using YAY

$ yay -Rns ccl

2. Manually Install "ccl" via AUR

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

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

b. Clone ccl's git locally

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

c. Go to ~/ccl folder and install it

$ cd ~/ccl $ makepkg -si

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

ID: 1306173
Name: ccl
PackageBaseID: 121414
PackageBase: ccl
Version: 1.12.2-3
Description: A Common Lisp implementation.
URL: http://ccl.clozure.com
NumVotes: 6
Popularity: 0.005918
OutOfDate:
Maintainer: yitzi
Submitter: galdor
FirstSubmitted: 1491848966
LastModified: 1692450976
URLPath: /cgit/aur.git/snapshot/ccl.tar.gz