how to install lamp in ubuntu 17 code example
Example 1: ubuntu server lamp installation
sudo tasksel install lamp-server
Example 2: lamp download for ubuntu 20.04
sudo apt install -y apache2 apache2-utils
sudo tasksel install lamp-server
sudo apt install -y apache2 apache2-utils