Installing LAMP server in Ubuntu 10.04 (Linux, Apache, MySQL, and PHP)

posted in: Windows | 0

Issue:

I want to make my computer able to run a Web Server (Apache, PHP), and MySQL database software on my Linux computer.

Solution

Ubuntu 10.04 has a list of packages ready for all of these that is very easy to install.

  1. Open the Terminal if it’s not open. (Applications-Accessories-Terminal)
  2. sudo apt-get install tasksel
  3. sudo tasksel install lamp-server
  4. With these commands Apache, MySQL, and PHP will be installed.