I am in Ubuntu 14.04, 64bit and am trying to install HHVM. I have already installed Nginx. When I run the following commands:
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 $(lsb_release -sc) main"
sudo apt-get update
sudo apt-get install hhvm
I get the following:
hhvm : Depends: libgnutls-deb0-28 but it is not installable
Depends: libmemcached11 but it is not installable
Depends: librtmp1 but it is not installable
Depends: libmagickwand-6.q16-2 but it is not installable
I've tried running the following:
sudo dpkg --configure -a
sudo apt-get clean
sudo apt-get update
I've cleared my sources and re-created them. Synaptic Package Manager shows no broken packages... What am I missing?