http://askubuntu.com – I've installed Ubuntu 12.04 LTS Precise a few days ago. I tried installing LAMP Server as I've been done in last four Ubuntu versions, simply by using these commands: $ sudo apt-get install lamp-server^ $ sudo apt-get install phpmyadmin First command seems to install all needed packages for LAMP to work. It installs and configures Apache Server, PHP Modules and MySQL server, all in one. (HowTos)