Não há versão do Ubuntu suportada contendo um lamp-server
meta-package. Mas você pode ...
sudo apt-get install lamp-server^
para pesquisar apt-cache
para as tarefas lamp-server
e instalar os pacotes em uma única etapa.
Exemplo para apt-cache show apache2
:
Package: apache2 Priority: optional Section: web … Description-en: Apache HTTP Server The Apache HTTP Server Project's goal is to build a secure, efficient and extensible HTTP server as standards-compliant open source software. The result has long been the number one web server on the Internet. . Installing this package results in a full installation, including the configuration files, init scripts and support scripts. Description-md5: d02426bc360345e5acd45367716dc35c Homepage: http://httpd.apache.org/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 9m Task: lamp-server, mythbuntu-frontend, mythbuntu-desktop, mythbuntu-backend-slave, mythbuntu-backend-master, mythbuntu-backend-master
Como alternativa, você pode usar tasksel
:
sudo apt-get install tasksel
sudo tasksel install lamp-server
Leia a excelente resposta aqui para ver as diferenças.