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.
- Open the Terminal if it’s not open. (Applications-Accessories-Terminal)
sudo apt-get install tasksel
sudo tasksel install lamp-server
With these commands Apache, MySQL, and PHP will be installed.