7.4 in the standard repository
1: Added APT survey destination
sudo add-apt-repository ppa:ondrej/php
2: Repository update
sudo apt update
3: install PHP7.2
sudo apt install php7.2
I referred to the following. https://askubuntu.com/questions/1230869/cant-install-php-7-2-on-ubuntu-20-04
Recommended Posts