Skip to content

Prebuilt Packages on Ubuntu 13.10

Paul Tarjan edited this page Oct 17, 2013 · 11 revisions

To install prebuilt packages for Ubuntu 13.10 (amd64), add the HHVM repository to your /etc/apt/sources.list

deb http://dl.hhvm.com/ubuntu saucy main

Then update your package index:

sudo apt-get update

Finally, you can install (or update) your package with the normal apt-get install process:

sudo apt-get install hhvm
Clone this wiki locally