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

installation under Ubuntu 16.10 yakkety

Hi,

I'm under ubuntu 16.10 yakketi, and I'm not able to install phalcon.

I followed the instructions on the official web site :

curl -s https://packagecloud.io/install/repositories/phalcon/stable/script.deb.sh | sudo bash

Ubuntu 16.04+ or Debian 9+

sudo apt-get install php7.0-phalcon

But I got : E: Impossible de trouver le paquet php7.0-phalcon

E: Couldn't find any package by glob 'php7.0-phalcon'

E: Impossible de trouver de paquet correspondant à l'expression rationnelle « php7.0-phalcon »

However apt update, list the repository :

sudo apt update

Réception de:1 https://fr.archive.ubuntu.com/ubuntu yakkety InRelease [247 kB]

.......

Atteint:7 https://packagecloud.io/phalcon/stable/ubuntu yakkety InRelease

Lecture des listes de paquets... Fait

Construction de l'arbre des dépendances

Lecture des informations d'état... Fait

Can you help ?

Regards

David

We did not prepare release for 16.10. Could you please open an issue (new feature request) at GitHub repo?



79.0k
Accepted
answer

IMHO, Phalcon should not bother with non-LTS server releases. Folks who want to use them, can always compile from source.



43.9k

yes, I agree. It's not that hard also ;-))

IMHO, Phalcon should not bother with non-LTS server releases. Folks who want to use them, can always compile from source.

Thanks to all guys,

I have been able to compile it very easly.

Regards



43.9k