How to install LAMP on ubuntu ?
LAMP belongs to Linux Apache MySQL/Maria DB PHP . Apache is Web Server MySQL is database PHP is Server side scripting and development platform. All
Prerequisite
Our prerequisite for LAMP installation on ubuntu 20.0 is you have already installed Ubuntu on your system.
Steps to install Lamp on Ubuntu
Step 1 : Update software packages
run common
sudo apt update
sudo apt upgrade
Now install the apache web server
sudo apt install -y apache2 apache2-utils After running above command . check the apache service status systemctl status apache2
* The Content stated above is for informational purpose only. Expert Software Team is not responsible if any part of content found meaningless in any manner or condition.