Atualizei a versão antiga do PHP para o php7 mais recente, mas não foi possível iniciar seus serviços.
systemctl restart apache2.service
Job for apache2.service failed. See "systemctl status apache2.service" and "journalctl -xe" for details.
Detalhe do status:
systemctl status apache2.service
● apache2.service - LSB: Apache2 web server
Loaded: loaded (/etc/init.d/apache2)
Active: failed (Result: exit-code) since Mon 2016-01-04 13:58:17 IST; 5s ago
Docs: man:systemd-sysv-generator(8)
Process: 16666 ExecStart=/etc/init.d/apache2 start (code=exited, status=1/FAILURE)
Jan 04 13:58:17 GCT022 apache2[16666]: *
Jan 04 13:58:17 GCT022 apache2[16666]: * The apache2 configtest failed.
Jan 04 13:58:17 GCT022 apache2[16666]: Output of config test was:
Jan 04 13:58:17 GCT022 apache2[16666]: apache2: Syntax error on line 140 of /etc/apache2...
Jan 04 13:58:17 GCT022 apache2[16666]: Action 'configtest' failed.
Jan 04 13:58:17 GCT022 apache2[16666]: The Apache error log may have more information.
Jan 04 13:58:17 GCT022 systemd[1]: apache2.service: control process exited, code=exit...s=1
Jan 04 13:58:17 GCT022 systemd[1]: Failed to start LSB: Apache2 web server.
Jan 04 13:58:17 GCT022 systemd[1]: Unit apache2.service entered failed state.
Jan 04 13:58:17 GCT022 systemd[1]: apache2.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
root@client022:/home/user22$ ^C
Agora, quero reverter ou remover o php7, para que eu possa ativar a máquina do usuário com a versão antiga.
Para remover o php7.0, use
fonte
Isso removerá toda a versão do php7, seja php 7.0 ou php 7.1, etc.
fonte
*
é uma estrela regex , não uma estrela glob .Se você executar o Abhishek, ele removerá outros pacotes. No meu, ia remover esses também
Então você está melhor com
fonte
A maneira de remover PHP e dependências é:
fonte
apt-get autoremove
não está documentado na página do manual.autoremove
no lugar de fazerremove
com que as dependências órfãs sejam removidas ao mesmo tempo, o que economiza a execução de um comando adicional. Não sei por que não está documentado, pois é muito útil!remover php7.x simplesmente use
fonte
Depois de fazer um:
Para remover todas as versões do php7 , você ainda precisa executar algumas etapas extras para remover completamente e completamente o php7 :
Então faça um:
e remova todos os diretórios na saída do último comando, EG:
fonte