phpbrew on AUR (Arch User Repository)

Last updated: June 21,2024

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

$ yay -S phpbrew

* (Optional) Uninstall phpbrew on Arch using YAY

$ yay -Rns phpbrew

2. Manually Install "phpbrew" via AUR

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

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

b. Clone phpbrew's git locally

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

c. Go to ~/phpbrew folder and install it

$ cd ~/phpbrew $ makepkg -si

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

ID: 1006321
Name: phpbrew
PackageBaseID: 124382
PackageBase: phpbrew
Version: 1.27.0-1
Description: Brew & manage PHP versions in pure PHP at HOME
URL: http://phpbrew.github.io/phpbrew/
NumVotes: 3
Popularity: 0
OutOfDate: 1692151052
Maintainer: mracos
Submitter: mracos
FirstSubmitted: 1501298774
LastModified: 1639866280
URLPath: /cgit/aur.git/snapshot/phpbrew.tar.gz