-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Prebuilt Packages on Ubuntu 13.04
Paul Tarjan edited this page Oct 16, 2013
·
4 revisions
To install prebuilt packages for Ubuntu 13.04 (amd64), add the HHVM repository to your /etc/apt/sources.list
deb http://dl.hhvm.com/ubuntu precise main
Then update your package index:
sudo apt-get updateFinally, you can install (or update) your package with the normal apt-get install process:
sudo apt-get install hhvm