GNU/Linux Voyager Debian Install LAMP – Quick-Start Guide
You are Welcome! The Tutorial shows you Step-by-Step How to Install LAMP in Voyager Debian GNU/Linux Desktop.
First, currently the default LAMP Stack for Voyager Debian is composed of: Apache, MySQL and PHP 7.
Especially relevant: the Guide include instructions on How to Replace MySQL with MariaDB in LAMP Setup.
So thanks to the new Zend Engine 3.0, your PHP 7 apps see up to 2x Faster performance and 50% better Memory consumption than PHP 5.x.
Finally, LAMP is de facto Web Development Standard. Today, the products that make up the LAMP stack are included by default in nearly all GNU/Linux distributions.

-
Open a Terminal Shell emulator window
(Press “Enter” to Execute Commands)Hit “Cmd/Win” to show Apps.
Or Right-Click anywhere on Desktop or File Manager and Choose “Open in Terminal”:And finally, you can Run it also from the Top TaskBar:
And Update Apt Repository:
sudo apt update
Contents