How To Install LAMP Stack on Ubuntu 22.04

Channel:
Subscribers:
14,100
Published on ● Video Link: https://www.youtube.com/watch?v=3NziczRXqYc



Category:
Guide
Duration: 8:06
7,750 views
88


In this video we are going to look at How To Install LAMP Stack on Ubuntu 22.04 and 20.04. LAMP is a software stack of Linux, Apache, MySQL and PHP.

Get the training and certification you need! Linux Foundation, IT training
https://tinyurl.com/3pwv3czu

Commands
sudo apt update
sudo apt install -y apache2 apache2-utils
sudo apt install -y mariadb-server mariadb-client
sudo mysql_secure_installation
sudo apt install -y php php-mysql libapache2-mod-php
sudo systemctl restart apache2

"Disclosure: Some of the links in this video description may be affiliate links, which means I earn a commission if you make a purchase through the link. This comes at no additional cost to you and helps support this channel.