Problems installing php 5.5.9 on ubuntu 14.04

0

Good afternoon colleagues, today I tried to upload the version of php 5.5.9 to 7.1 and it was done successfully, the bad thing was that it gave me errors in some systems of the company since they are old and work with php 5.5, now I try to go back to the previous version and it throws me the following error in the console ...

Los siguientes paquetes tienen dependencias incumplidas:
 php-rrd : Depende: librrd4 (>= 1.4~rc2) pero no es instalable
 php-ssh2 : Depende: libssh2-1 (>= 1.2.9) pero no es instalable
 php-yac : Entra en conflicto: php-xcache pero 3.2.0-2+deb.sury.org~trusty+1 va a ser instalado
 php-yaml : Depende: libyaml-0-2 pero no es instalable
E: No se pudieron corregir los problemas, usted ha retenido paquetes rotos.

to remove php again and reinstall it use: sudo apt-get -y purge php.* I have already tried to remove broken packages with the commands sudo apt-get autoremove and sudo apt-get autoclean

I hope I could have made myself understood and at the same time find the solution ... in advance thank you

    
asked by Eliobeth Ruiz Hernandez 21.02.2017 в 01:05
source

0 answers