Experimente este comando
sudo aptitude install php5
Ele instalará php5
junto com suas dependências.
Eu destruí completamente tudo e agora o php não instala.
Eu tinha o php5.4 e tudo estava ótimo. Eu então precisei executar o Magento localmente, o que não estava funcionando.
Eu vi que um dos requisitos era o php5.3, então fiz o downgrade usando um script que encontrei online, mas o PDO não estava funcionando.
Eu me envolvi por algumas horas depois do que as pessoas disseram online, eventualmente nada estava funcionando, então eu removi o php para fazer uma nova instalação do php5.4 para começar do zero e descobrir meus problemas.
Depois que eu purgou, vim para reinstalar o Php5 usando o apt-get install php5 . Depois que o script foi executado, recebi a seguinte saída:
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:
php5 : Depends: libapache2-mod-php5 (>= 5.4.9-4ubuntu2.4) but 5.3.10-1ubuntu3 is to be installed or
libapache2-mod-php5filter (>= 5.4.9-4ubuntu2.4) but it is not going to be installed or
php5-cgi (>= 5.4.9-4ubuntu2.4) but it is not going to be installed or
php5-fpm (>= 5.4.9-4ubuntu2.4) but it is not going to be installed
Depends: php5-common (>= 5.4.9-4ubuntu2.4) but 5.3.10-1ubuntu3 is to be installed
E: Unable to correct problems, you have held broken packages.
Eu pesquisei por muito tempo e executei comandos como clean, update, upgrade, -f install e alguns outros. Eu volto para instalar o php e recebo o mesmo erro.
Como posso reinstalar o Php para que funcione novamente?
Experimente este comando
sudo aptitude install php5
Ele instalará php5
junto com suas dependências.
tente isto:
sudo rm -r / var / lib / apt / lists / * & amp; & amp; sudo apt-get update
tente instalar o seu