1

I’m new to Linux and Ubuntu. I’m running Ubuntu 13.10 on a mac OS 10.9 machine using Oracle’s VBBox VM software. How do I set up the LAMP suite of software—Linux, Apache, MySQL, and PHP? Can you direct me to any online documentation?

David Foerster
  • 35,754
  • 55
  • 92
  • 145
jasustar
  • 31
  • 3

2 Answers2

2

Try running sudo apt-get install lamp-server^ in a terminal and answering yes when it asks if you want to continue.

Azendale
  • 11,811
  • 9
  • 47
  • 70
2

Open your terminal and install tasksel with

sudo apt-get install tasksel 

and type as

sudo tasksel 

There select Lamp server with space bar and then select ok as I have show in the image that will install lamp server in your Ubuntu automatically.

enter image description here

Raja G
  • 100,643
  • 105
  • 254
  • 328