Installing PHP on ubuntu server

Installing PHP on ubuntu server

Instructor-svgAl-Mamun Sarkar
Apr 14 , 2020

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

 

  • Share On:
  • fb
  • twitter
  • pinterest
  • instagram