phpunit on AUR (Arch User Repository)

Last updated: May 17,2024

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

$ yay -S phpunit

* (Optional) Uninstall phpunit on Arch using YAY

$ yay -Rns phpunit

2. Manually Install "phpunit" via AUR

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

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

b. Clone phpunit's git locally

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

c. Go to ~/phpunit folder and install it

$ cd ~/phpunit $ makepkg -si

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

ID: 1425892
Name: phpunit
PackageBaseID: 79191
PackageBase: phpunit
Version: 11.0.6-1
Description: A programmer-oriented testing framework for PHP
URL: https://phpunit.de
NumVotes: 51
Popularity: 1.1E-5
OutOfDate:
Maintainer: aragon123
Submitter: r1pp3rj4ck
FirstSubmitted: 1392924523
LastModified: 1710259118
URLPath: /cgit/aur.git/snapshot/phpunit.tar.gz