PDA

View Full Version : [kubuntu] Gue of Install apache mysql and php



willian.bumba
November 10th, 2016, 04:53 PM
I am trying to install apache, mysql and php
using $ sudo apt install apche2; this command is not installing full apache server. please give me a tutorial.
Ubuntu 16.04.1.

SeijiSensei
November 11th, 2016, 03:55 AM
It always helps to read the existing documentation: https://help.ubuntu.com/community/ApacheMySQLPHP

Run the commands


sudo apt-get update
sudo apt-get install lamp-server^
and everything you need will be installed. Make sure to include the caret ("^") on the end.