PHP – réinstaller

il peut parfois être nécessaire de supprimer et réinstaller PHP. voici comment réinitialiser php simplement:

sudo apt-get purge `dpkg -l | grep php7.2| awk '{print $2}' |tr "\n" " "`
sudo apt-get purge php7.*
sudo apt-get autoremove --purge

Voila, php est maintenant supprimé. Nous allons maintenant reinstaller un version de php

sudo apt-get install apache2 mariadb-server libapache2-mod-php7.3
sudo apt-get install php7.3-gd php7.3-json php7.3-mysql php7.3-curl php7.3-mbstring
sudo apt-get install php7.3-intl php-imagick php7.3-xml php7.3-zip php7.3-gmp php7.3-bcmath