-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install hhvm on Ubuntu 2022-04 #9141
Comments
Yeah, we don't have packages for Ubuntu 22.04 yet, but it's being worked on. |
Now we build universal deb packages of HHVM, which should be able to run on
Ubuntu 22.04.
See
https://hhvm.com/blog/2022/08/30/experimenting-with-universal-deb-packages.html
|
E: Unable to locate package hhvm Still giving the same issue. |
I got this error when following the installation instructions found https://docs.hhvm.com/hhvm/installation/linux but, following @Atry 's link adds the universal repository instead of the ubuntu specific one which worked for me. |
Basically just following everything exactly to install on Ubuntu 2022-04
(This is Ubuntu on VirtualBox on a Windows 11 machine... if it may be an issue)
(I am putting all the commands in a
do.bash
and usebash do.bash
to create the following log)This is the log:
(since it was saying
no permission
all the time, so I usedsudo bash
first to make myselfroot
to run it)It is saying
E: Unable to locate package hhvm
The text was updated successfully, but these errors were encountered: