In this lesson, you will learn how to install Apache, MySQL and PHP. Visit Install & Setup Ubuntu for a tutorial on installing Ubuntu Server (a Linux OS) on Oracle VirtualBox.
LAMP is an acronym that stands for Linux, Apache, MySQL, and PHP. We already installed Ubuntu Server, which is the flavor of Linux we will use in our VirtualBox. Now let's update our system.
~$ sudo apt update
~$ sudo apt install apache2
~$ sudo apt install mysql-server
~$ sudo mysql_secure_installation utility
~$ sudo apt install php libapache2-mod-php