iMarket Digital Properties

0 %
iMarket Digital Properties Ltd
Design · Develop · Monetize · Support
  • Location:
    United Kingdom
  • City:
    London
  • Service Area:
    Global
Business Systems
Business Services
24/7 Support
Websites
Web Applications
E-commerce Solutions
Digital Platforms
Products & Services
Public & Private Networks

How To Install LAMP On Ubuntu 16.04 With A Single Command

January 4, 2018
https://sillycodes.com/installing-lamp-linux-apache-mysql-php-ubuntu-16-04-14-04-in-single-command-apt-get/http://www.sudo-juice.com/install-lamp-server-ubuntu/
sudo apt-get install lamp-server^
as of March 18, 2017: MySQL version: 5.7.17 PHP version: 7.0.15

Warning :

DO NOT remove the complete Lamp package using:
$ sudo apt-get --purge remove lamp-server^
or
$ sudo apt-get remove lamp-server^
because lamp-server^ is a Meta Package. It will install many dependencies as part of LAMP server. So if you remove it using apt-get, It will remove all those dependencies along with SSH server/OpenSSH Package and you will lose connection to your server through SSH.
Posted in TutorialsTags:
Write a comment