Installing PHP on ubuntu server

Author: Al-mamun Sarkar Date: 2020-04-14 08:43:11

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