Currently we have `hhvm` and `hhvm-nightly` named differently. However, they are not actually independent. We cannot install both: If you installed `hhvm` from the APT repository, then the attempt to install `hhvm-nightly` would fail ``` sudo dpkg --install hhvm-nightly_2022.05.22-1~focal_amd64.deb ``` ``` dpkg: regarding hhvm-nightly_2022.05.22-1~focal_amd64.deb containing hhvm-nightly: hhvm-nightly conflicts with hhvm hhvm (version 4.159.0-1~focal) is present and installed. dpkg: error processing archive hhvm-nightly_2022.05.22-1~focal_amd64.deb (--install): conflicting packages - not installing hhvm-nightly Errors were encountered while processing: hhvm-nightly_2022.05.22-1~focal_amd64.deb ```
Currently we have
hhvmandhhvm-nightlynamed differently. However, they are not actually independent. We cannot install both:If you installed
hhvmfrom the APT repository, then the attempt to installhhvm-nightlywould fail