Hi,
Tried setting up phalcon on a Debian 10 (buster) server, but the package was not found. In the past never had problem on Debian 9 or on Ubuntu
lsb_release -a
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
curl -s "https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh" | sudo bash
Detected operating system as debian/buster.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing debian-archive-keyring which is needed for installing
apt-transport-https on many Debian systems.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/phalcon_stable.list...done.
Importing packagecloud gpg key... done.
Running apt-get update... done.
The repository is setup! You can now install packages.
cat phalcon_stable.list
/# this file was generated by packagecloud.io for
/# the repository at https://packagecloud.io/phalcon/stable
deb https://packagecloud.io/phalcon/stable/debian/ buster main
deb-src https://packagecloud.io/phalcon/stable/debian/ buster main
Looks good, buster is Debian 10, but now...
sudo apt-get update
Hit:1 https://security.debian.org/debian-security buster/updates InRelease
Hit:2 https://ftp.nl.debian.org/debian unstable InRelease
Ign:4 https://packagecloud.io/phalcon/stable/debian buster InRelease
Err:5 https://packagecloud.io/phalcon/stable/debian buster Release
404 Not Found [IP: 2600:1f1c:2e5:6900:8020:f1c9:5738:80a4 443]
Reading package lists... Done
E: The repository 'https://packagecloud.io/phalcon/stable/debian buster 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.
apt-cache search phalcon
Nothing, same for apt-cache search php7.0-phalcon, apt-cache search php7.3-phalcon
apt show php7.3-phalcon
N: Unable to locate package php7.3-phalcon
N: Couldn't find any package by glob 'php7.3-phalcon'
N: Couldn't find any package by regex 'php7.3-phalcon'
N: Unable to locate package php7.3-phalcon
N: Couldn't find any package by glob 'php7.3-phalcon'
N: Couldn't find any package by regex 'php7.3-phalcon'
Need to compile or is something wrong?
Thanks in advance!