2

I am a newbie to Ubuntu. I have a dual-booting Windows laptop with Ubuntu 18.04 already installed. Being a newbie, I messed around with installing LAMP server. I am lost in Linux's Terminal Command Land (TCL). Please help!

1 Answers1

3

Open the terminal and type:

sudo apt update
sudo apt install lamp-server^
sudo apt install phpmyadmin -y