phan on AUR (Arch User Repository)

Last updated: June 26,2024

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

$ yay -S phan

* (Optional) Uninstall phan on Arch using YAY

$ yay -Rns phan

2. Manually Install "phan" via AUR

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

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

b. Clone phan's git locally

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

c. Go to ~/phan folder and install it

$ cd ~/phan $ makepkg -si

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

ID: 1377936
Name: phan
PackageBaseID: 161087
PackageBase: phan
Version: 5.4.3-1
Description: Static analyzer for PHP that prefers to minimize false-positives.
URL: https://github.com/phan/phan/wiki
NumVotes: 0
Popularity: 0
OutOfDate:
Maintainer: leo980
Submitter: leo980
FirstSubmitted: 1608435945
LastModified: 1703993496
URLPath: /cgit/aur.git/snapshot/phan.tar.gz