Installing PHP on ubuntu server. The following commands show how to install PHP on your Ubuntu 18 server
Switch to Sudo User:
sudo su
Update ubuntu packages:
apt update
Install PHP and PHP Packages:
sudo apt-get install php-fpm php-mysql
Check PHP Version:
php -v
Checking PHP:
systemctl status php7.2-fpm