Run the below commands to install Apache, PHP and MariaDB. If you get a prompt, asking if you want to continue, just press the y key on your keyboard and then press Enter.
sudo apt-get install apache2
sudo a2enmod rewrite
sudo systemctl restart apache2
sudo apt-get install php-fpm libapache2-mod-php php-mysql php-curl php-xml
sudo apt-get install mariadb-server mariadb-client