cops icon indicating copy to clipboard operation
cops copied to clipboard

php5 no installation candidate in Debian Buster

Open LETRA opened this issue 5 years ago • 2 comments

Hello. I'm trying to try COPS but I have this problem at the beginning. It seems that php5 is no longer in the Debian stable repositories. I have tried a solution out there by adding Weezy repositories but it seems that they force Apache to be installed and I intend to run it in Lighttpd

letra@Thecus-N2810:~$ sudo apt install php5-gd php5-sqlite php5-json php5-intl
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias       
Leyendo la información de estado... Hecho
El paquete php5-gd no está disponible, pero algún otro paquete hace referencia
a él. Esto puede significar que el paquete falta, está obsoleto o sólo se
encuentra disponible desde alguna otra fuente

El paquete php5-sqlite no está disponible, pero algún otro paquete hace referencia
a él. Esto puede significar que el paquete falta, está obsoleto o sólo se
encuentra disponible desde alguna otra fuente

E: El paquete «php5-gd» no tiene un candidato para la instalación
E: El paquete «php5-sqlite» no tiene un candidato para la instalación
E: No se ha podido localizar el paquete php5-json
E: No se ha podido localizar el paquete php5-intl

LETRA avatar Jun 04 '20 16:06 LETRA

For Debian Strech: apt-get install php7.0-gd php7.0-sqlite3 php7.0-json php7.0-intl php7.0-xml php7.0-mbstring php7.0-zip

For Debian Buster: apt-get install php7.3-gd php7.3-sqlite3 php7.3-json php7.3-intl php7.3-xml php7.3-mbstring php7.3-zip

And install a release version of COPS.

Don't do git clone .... unless you want to fiddle with Composer (#477)

marioscube avatar Jun 05 '20 13:06 marioscube

@marioscube Thank you.

LETRA avatar Jun 05 '20 16:06 LETRA