Skip to content
Code and Bytes Code and Bytes

Code and Bytes
Code and Bytes

No se puede instalar PHP en Debian

Posted on 31 March, 20197 April, 2020

Cuando se ejecuta sudo apt-get install php7.0 aparece el error:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 php : Depends: php7.0 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Se debe ejecutar el siguiente comando para verificar que PPAs tenemos configurados:

LC_ALL=C apt policy

Si la salida es esta:

 500 http://ppa.launchpad.net/ondrej/php/ubuntu disco/main amd64 Packages
     release v=19.04,o=LP-PPA-ondrej-php,a=disco,n=disco,l=***** The main PPA fo                                                                             r supported PHP versions with many PECL extensions *****,c=main,b=amd64
     origin ppa.launchpad.net

Quiere decir que hemos roto el sistema agregando fuentes extranjeras, hay que eliminar las fuentes php del sourcelist:

cd /etc/apt/sources.list.d/

Eliminar las fuentes php:

rm ondrej-ubuntu-php-disco.list
rm ondrej-ubuntu-php-disco.list.save
rm php7.3.list
rm php7.3.list.save

Actualizar e instalar

apt-get update
apt-get install php

Y listo.

Linux PHP

Post navigation

Previous post
Next post

Related Posts

Linux

Cambiar los permisos de archivos y carpetas a través de cPanel

Posted on 21 June, 202021 June, 2020

Para cambiar los permisos se puede realizar a traves de la herramienta Cron Job del cPanel: Configurar un nuevo Cron Job con la siguiente configuración:

Read More
Linux

ERROR 1273 (HY000) at line 336: Unknown collation: ‘utf8mb4_0900_ai_ci’

Posted on 20 September, 202120 September, 2021

Luego de exportar la base de datos de MySql 8 y de querer importarla a MySql 5.7 me sale ese error, para solucionarlo hay que reemplazar la colación: sed -i ‘s/utf8mb4_0900_ai_ci/utf8mb4_unicode_ci/g’ crm.sql

Read More
Linux

Instalar multiples versiones de PHP en diferentes carpetas

Posted on 20 July, 2024

Para evitar conflictos primero desinstalar php Agregar el repositorio de ondrej/php Instalar el módulo fcgid de apache Instalar PHP 8.1 y 8.2

Read More

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Buscar

Categorias

  • AI (2)
  • Asterisk (9)
  • Bases de datos (1)
  • DevOps (4)
  • Git (2)
  • HTML (1)
  • Laravel (6)
  • Linux (67)
  • MCP Server (1)
  • Mikrotik (3)
  • MySQL (5)
  • n8n (1)
  • Personal (4)
  • PHP (15)
  • Python (2)
  • Software recomendado (1)
  • Tips (1)
  • VSCode (4)
  • vTiger (4)
  • Windows (10)
  • Wordpress (4)
©2026 Code and Bytes | WordPress Theme by SuperbThemes