clpm on AUR (Arch User Repository)

Last updated: May 18,2024

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

$ yay -S clpm

* (Optional) Uninstall clpm on Arch using YAY

$ yay -Rns clpm

2. Manually Install "clpm" via AUR

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

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

b. Clone clpm's git locally

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

c. Go to ~/clpm folder and install it

$ cd ~/clpm $ makepkg -si

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

ID: 971338
Name: clpm
PackageBaseID: 156117
PackageBase: clpm
Version: 0.4.1-2
Description: Common Lisp Project Manager
URL: https://gitlab.common-lisp.net/clpm/clpm
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: yitzi
Submitter: yitzi
FirstSubmitted: 1596045940
LastModified: 1633649678
URLPath: /cgit/aur.git/snapshot/clpm.tar.gz