install php with all extensions ubuntu code example
Example 1: how to install all php extensions ubuntu
sudo apt install openssl php-common php-curl php-json php-mbstring php-mysql php-xml php-zip
Example 2: ubuntu install php 7
sudo apt-get install php libapache2-mod-php
Example 3: installing php on ubuntu
sudo apt install php7.2-cli
sudo apt install hhvm