Dependency-hackish way to install LAMP on Ubuntu

{{330467135}}A lot of guides go into details to explain the correct sequence for getting a Apache+PHP+MySQL environment running on Linux.
I am running a fresh Ubuntu installation right now and when I typed “apt-get install phpmyadmin” I noticed everything I needed was correctly installed (except for mysql, this calls for another hard “apt-get install mysql-server” command).
Next time I’ll need LAMP, I’ll “apt-get install phpmyadmin mysql”, instead of going through other step-by-step guides…

Categories: