lisp on AUR (Arch User Repository)

Last updated: July 04,2024

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

$ yay -S lisp

* (Optional) Uninstall lisp on Arch using YAY

$ yay -Rns lisp

2. Manually Install "lisp" via AUR

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

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

b. Clone lisp's git locally

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

c. Go to ~/lisp folder and install it

$ cd ~/lisp $ makepkg -si

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

ID: 834277
Name: lisp
PackageBaseID: 139202
PackageBase: lisp
Version: 1.2.0-2
Description: Wrapper scripts to make it easier to get started with Common Lisp
URL: https://github.com/xyproto/lisp
NumVotes: 1
Popularity: 0
OutOfDate:
Maintainer: xyproto
Submitter: xyproto
FirstSubmitted: 1549025098
LastModified: 1608132721
URLPath: /cgit/aur.git/snapshot/lisp.tar.gz