To install LAMP server on Ubuntu –
On terminal, do –
sudo apt-get install tasksel
sudo tasksel install lamp-server
Test Apache
Go to URL http://localhost/ in the browser. The message “It Works!” should be displayed.
Test PHP
sudo vi /var/www/testphp.php
Add the line :
<?php phpinfo(); ?>
Save and close the file
Got to the URL http://localhost/testphp.php in the browser. The php status page should be displayed.
Test MySql
Open MySQL monitor In the terminal with the following command –
mysql -u <username> -p
Provide the username ( and password when prompted) which you had set during the setup above.
The program should advance to display the “msql>” prompt.
Close mysql monitor by command exit.

Sreekumar (KJ) has been a hobby programmer from school days. Codemarvels is his personal blog from the year 2010, where he writes about technology, philosophy, society and a bit about physics.
He now runs a conversational AI company – DheeYantra – focusing his efforts to help businesses improve operational efficiency using digital employees powered by AI.