Easiest way to install LAMP on ubuntu ( using task-sel )

This is the easiest way to install LAMP on linux ubuntu , using only one or two commands from your terminal . Open your terminal and type the following :
sudo apt-get install task-sel

That will install Task Selector , with which you can install a bunch of services on Ubuntu .
After completing the installation , type the following
sudo task-sel

You will find the terminal changing to the following
Select "LAMP server" package ( press space to select ) and press OK ( press tab and then enter ) .
The packages will be downloaded ( apache , php and mysql ) and then they will be installed , the mysql  installation will prompt to you to choose the root password .

That's it , you now have a full working LAMP server.

You can also install phpmyadmin by typing the following
sudo apt-get install phpmyadmin