Skip to content

Prebuilt packages on Ubuntu 14.04

W. Mark Kubacki edited this page Jan 13, 2015 · 13 revisions

To install prebuilt packages for Ubuntu 14.04 (amd64):

# installs add-apt-repository
sudo apt-get install software-properties-common

sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
sudo add-apt-repository 'deb http://dl.hhvm.com/ubuntu trusty main'
sudo apt-get update
sudo apt-get install hhvm
# If you are getting segfaults
sudo apt-get install hhvm-dbg
# Living on the edge (rebuilt everyday, unstable)
sudo apt-get install hhvm-nightly
# Segfaults in the nightly
sudo apt-get install hhvm-nightly-dbg
# If you got a libgmp.so.10 error
sudo apt-get install libgmp-dev
# If you got a libmemcachedutil.so.2 error
sudo apt-get install libmemcached-dev

If this repo is slow for you, choose a different Mirror.


See also:

Clone this wiki locally