Ubuntu – What versions of Apache, PHP and MySql will Tasksel LAMPP stack install in Ubuntu 14.10

lampUbuntu

I need to have PHP 5.3 and MySql 5.3 or an estable not bleeding edge version of both, how do I find what will Tasksel LAMPP stack install on my Ubuntu?

Best Answer

For LAMP(Apache-MySQL-PHP) stack to an existing system:

sudo tasksel install lamp-server

To see available (unistalled - u) and installed (i) tasks:

tasksel --list-task

For complete options, see the tasksel manpage:

man tasksel

OR

tasksel --task-packages web-server