hhvm on AUR (Arch User Repository)

Last updated: July 07,2024

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

$ yay -S hhvm

* (Optional) Uninstall hhvm on Arch using YAY

$ yay -Rns hhvm

2. Manually Install "hhvm" via AUR

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

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

b. Clone hhvm's git locally

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

c. Go to ~/hhvm folder and install it

$ cd ~/hhvm $ makepkg -si

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

ID: 872062
Name: hhvm
PackageBaseID: 162687
PackageBase: hhvm
Version: 4.99.0-1
Description: A virtual machine for executing programs written in Hack.
URL: http://hhvm.com
NumVotes: 0
Popularity: 0
OutOfDate: 1648253071
Maintainer: DgINC
Submitter: xuanruiqi
FirstSubmitted: 1612040214
LastModified: 1614791501
URLPath: /cgit/aur.git/snapshot/hhvm.tar.gz