PHP7.4 en Debian

Cómo instalar php7.4 y php7.4-fpm en Debian, Deepin, Ubuntu, Mint, etc.

Instale el repositorio:
~$ apt install gnupg2 -y
~$ wget -qO – https://packages.sury.org/php/apt.gpg | sudo apt-key add –
~$ echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/php7.x.list A

ctualizació
n: ~$ apt upda
te ~$ apt upgra

de Instal
ar: ~$ apt instalar ph

p7.4 Instalar con extensiones más utilizadas:
~$ sudo apt instalar php libapache2-mod-php7 .4 php7.4-cli php7.4-common php7.4-json php7.4-opcache php7.4-readline libphp7.4-incrustado php7.4-bz2 php7.4-common php7.4-curl php7.4-dba php7.4-fpm php7.4-gd php7.4-interbase php7.4-intl php7.4-ldap php7.4-mbstring php 7.4-mysql php7.4-pgsql php7.4-phpdbg php7.4-soap php7.4-sqlite3 php7.4-tidy php7.4-xml php7.4-xsl php7.4-zip

Intercambio de la versi
ón php:~$ update-alternatives –set php /usr/bin/p
hp7.4~$ update-alternatives –set phar /usr/bin/phar
7.4~$ update-alternatives –set phar.phar /usr/bin/phar.phar7.4

Activando php7.4-fpm:~
$ systemctl desactivar php*-fpm (swap * para la versión de la activa actualm
ente)~$ systemctl stop php*
-fpm~$ systemctl enable php7.4-
fpm~$ systemctl start php7.4-f
pm~$ systemctl restart apache2