06-06-2021, 09:54 PM
Video show you how to install PHP7.1, PHP 7.2 or PHP 7.3 on Ubuntu 20.04 LTS Focal Fossa step by step. This video may should apply to Ubuntu 18.04 LTS (Bionic Beaver) and Ubuntu 16.04 LTS (Xenial Xerus).
Commands used in this video:
Youtube link: https://youtu.be/xoZyESmodAs
Commands used in this video:
- sudo apt update
- sudo apt upgrade
- sudo apt install ca-certificates apt-transport-https
- wget -q https://packages.sury.org/php/apt.gpg -O- | sudo apt-key add -
- echo "deb https://packages.sury.org/php/ stretch main" | sudo tee /etc/apt/sources.list.d/php.list
- sudo apt update
- sudo apt install php7.1
Youtube link: https://youtu.be/xoZyESmodAs