-
Notifications
You must be signed in to change notification settings - Fork 3k
Prebuilt packages on Ubuntu 15.04 (vivid)
Gergely Papp edited this page Apr 12, 2015
·
9 revisions
This information is provided by the community - installing these packages on 15.04 is not supported by the HHVM team
Prebuilt Packages are currently not supported for Ubuntu 15.04, but by following this tutorial, You can install Ubuntu 14.10's Packages on Ubuntu 15.04.
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
echo deb http://dl.hhvm.com/ubuntu utopic main | sudo tee /etc/apt/sources.list.d/hhvm.list
sudo apt-get update
cd /tmp && wget http://security.ubuntu.com/ubuntu/pool/main/libm/libmemcached/libmemcached10_1.0.8-1ubuntu2_amd64.deb
sudo dpkg -i libmemcached10_1.0.8-1ubuntu2_amd64.deb && rm libmemcached10_1.0.8-1ubuntu2_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/libt/libtasn1-3/libtasn1-3_2.10-1ubuntu1.3_amd64.deb http://mirrors.kernel.org/ubuntu/pool/main/g/gnutls26/libgnutls26_2.12.14-5ubuntu3.9_amd64.deb &&
sudo dpkg -i libtasn1-3_2.10-1ubuntu1.3_amd64.deb libgnutls26_2.12.14-5ubuntu3.9_amd64.deb && rm libtasn1-3_2.10-1ubuntu1.3_amd64.deb libgnutls26_2.12.14-5ubuntu3.9_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/r/rtmpdump/librtmp0_2.4+20121230.gitdf6c518-1_amd64.deb && sudo dpkg -i librtmp0_2.4+20121230.gitdf6c518-1_amd64.deb && rm librtmp0_2.4+20121230.gitdf6c518-1_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/b/boost1.54/libboost-regex1.54.0_1.54.0-4ubuntu3_amd64.deb && sudo dpkg -i libboost-regex1.54.0_1.54.0-4ubuntu3_amd64.deb && rm libboost-regex1.54.0_1.54.0-4ubuntu3_amd64.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/i/imagemagick/libmagickcore5_6.7.7.10-6ubuntu3_amd64.deb && sudo dpkg -i libmagickcore5_6.7.7.10-6ubuntu3_amd64.deb && rm libmagickcore5_6.7.7.10-6ubuntu3_amd64.deb
apt-get -f install
wget http://mirrors.kernel.org/ubuntu/pool/main/i/imagemagick/libmagickwand5_6.7.7.10-6ubuntu3_amd64.deb && sudo dpkg -i libmagickwand5_6.7.7.10-6ubuntu3_amd64.deb && rm libmagickwand5_6.7.7.10-6ubuntu3_amd64.deb
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 this repo is slow for you, choose a different Mirror.