We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

install phalcon on linux mint 18.3 "sylvia"

i have problem when install phalcon on linux mint sylvia

curl -s "https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh" | sudo bash Detected operating system as LinuxMint/sylvia. Checking for curl... Detected curl... Checking for gpg... Detected gpg... Running apt-get update... done. Installing apt-transport-https... done. Installing /etc/apt/sources.list.d/phalcon_stable.list...curl: (22) The requested URL returned error: 404 Not Found

Unable to download repo config from: https://packagecloud.io/install/repositories/phalcon/stable/config_file.list?os=LinuxMint&dist=sylvia&source=script

This usually happens if your operating system is not supported by packagecloud.io, or this script's OS detection failed.

You can override the OS detection by setting os= and dist= prior to running this script. You can find a list of supported OSes and distributions on our website: https://packagecloud.io/docs#os_distro_version

For example, to force Ubuntu Trusty: os=ubuntu dist=trusty ./script.sh

If you are running a supported OS, please email [email protected] and report this.

Hasn't sylvia just recently been released?

https://packagecloud.io/install/repositories/phalcon/stable/config_file.list?os=LinuxMint&dist=sonya&source=script

Sonya does exist, either give the devs some time, or override the dist= as the tool suggests.

Or just compile it from source.

LTS distros are always preferable and supported. In those cases - compile on your own from source..