add php to apt install code example
Example 1: ubuntu install php
apt-get install php
Example 2: install php 7.1 on ubuntu 18.04
sudo apt install software-properties-commonsudo add-apt-repository ppa:ondrej/php
apt-get install php
sudo apt install software-properties-commonsudo add-apt-repository ppa:ondrej/php