How to install the default LAMP stack in Ubuntu 16.04?
First, refresh your package index… $ sudo apt-get update … and then install the LAMP stack: $ sudo apt-get install lamp-server^ Mind the caret (^) at the end. If occurs: E: Unable to locate package lamp-server Try to use: [code]… Read moreHow to install the default LAMP stack in Ubuntu 16.04?