psalm on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S psalm

* (Optional) Uninstall psalm on Arch using YAY

$ yay -Rns psalm

2. Manually Install "psalm" via AUR

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

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

b. Clone psalm's git locally

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

c. Go to ~/psalm folder and install it

$ cd ~/psalm $ makepkg -si

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

ID: 1104341
Name: psalm
PackageBaseID: 130839
PackageBase: psalm
Version: 4.24.0-1
Description: Psalm is a static analysis tool for finding errors in PHP applications, built on top of PHP Parser.
URL: https://getpsalm.org
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: inverse
FirstSubmitted: 1521236127
LastModified: 1656356323
URLPath: /cgit/aur.git/snapshot/psalm.tar.gz

5. The same packages on other Linux Distributions