Following instructions on page 13 of the manual sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 - works echo deb http://dl.hhvm.com/debian jessie main | sudo tee /etc/apt/sources.list.d/hhvm.list - works sudo apt-get update - works sudo apt-get install hhvm -> Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package hhvm ??? Thanks for help Rainer
There are just 2 options, either the hhvm repo has not been added correctly or the package has been renamed. try: apt-cache search hhvm maybe they renamed the package.
looked here https://docs.hhvm.com/hhvm/installation/linux#debian-8-jessie, your instructions are correct, repo has dded correct, but same error. Will do more research. No answer expected for the moment. Rainer
Think I found the solution at https://github.com/facebook/hhvm/issues/3691 There i386 is not supported. I have to use I386 as my production system server cpu supports only i386 in VMware vm's. There are plans to replace the server, but I now do not know when. Maybe that you need amd64, should be noted anywhere in the manual or howtos. Rainer