can any one tell how to install LAMP server in terminal in
ubuntu.....and also tell please how to run php files in
ubunut and how to save and compile in ubuntu..i already
installed ubuntu ..but i dont installed lamp server so i
want to install lamp server in terminal is it possible
please reply
Answer Posted / sindhu
here i provide the installation commands for minimum
required packages for LAMP.
For MYSQL : sudo apt-get install mysql-client mysql-server
For Apache : sudo apt-get install apache2 apache2.2-common
apache2-utils
For PHP : php5 php5-mysql
To Restart the all Services of LAMP
For Mysql : sudo /etc/init.d/mysql restart
For Apache : sudo /etc/init.d/apache2 restart
For PHP : it's not need.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is member function?
Tell me what is the use of the function htmlentities?
Who is the father of php and what is the current version of php and mysql?
Is apache needed for php?
What do you mean range() in php?
What is difference between python and php?
Is server side a session?
What does csrf token mean?
What are the different types of statements that are present in php?
What are arguments in php?
What is the use of array_count_values() in php?
How does php and apache work?
What is c++ polymorphism?
How can we submit a form without using submit buttons?
What is binary safe string?