Install Lamp Server in Ubuntu 12.10 To install Lamp server (including Apache, MySQL and PHP) is very easy. Simply run the following command from a terminal window.
1 |
sudo apt-get install lamp-server^ |
Note that don’t skip the “^” at the end. Follow the