hhvm / user-documentation

Documentation for those that use HHVM and write Hack code.
http://docs.hhvm.com/
Other
129 stars 159 forks source link

Error installing hhvm on Ubuntu #1364

Open therealgglggl opened 8 months ago

therealgglggl commented 8 months ago

Please complete the information below:

Where is the problem?

https://docs.hhvm.com/hhvm/installation/linux (Ubuntu)

What is the problem?

after completing all previous commands without errors, when entering "apt-get install hhvm" I get "E: Unable to locate package hhvm"


Please don't change anything below this point.


Svenlaa commented 2 weeks ago

Same issue here. Running Ubuntu 24.04.1 LTS (desktop)

Executing sudo add-apt-repository https://dl.hhvm.com/ubuntu ends with error. You get this same error when running sudo apt-get update right after.

Ign:9 https://dl.hhvm.com/ubuntu noble InRelease
Hit:10 https://packages.mozilla.org/apt mozilla InRelease
Err:11 https://dl.hhvm.com/ubuntu noble Release
  404  Not Found [IP: 18.65.39.76 443]
Reading package lists... Done
E: The repository 'https://dl.hhvm.com/ubuntu noble Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

Running the expirimental universal deb package did work!

I think facebook/hhvm#9141 is related, and I did find the universal deb package in there.

As this is the docs repo, it might be useful to say which Ubuntu versions do work.