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!
Asked
Active
Viewed 1,514 times
2
-
1Welcome. See the ubuntu documentation - https://help.ubuntu.com/community/ApacheMySQLPHP is a great start. – Panther Jun 06 '18 at 07:42
-
1https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04 – tttapa Jun 06 '18 at 09:53
-
1I see nothing for me to answer; no error, no warning. "I am lost in Linux's Terminal " So go google about it ;-) You can't expect us to tell you how command line works... after 20+ years I am still learning new stuff about command line :D – Rinzwind Jun 06 '18 at 10:03
1 Answers
3
Open the terminal and type:
sudo apt update
sudo apt install lamp-server^
sudo apt install phpmyadmin -y

Heru Prasetyo
- 31
- 5
-
1What do you mean when recommend use this steps: "2. sudo apt-install", "4. apt-get install"? – slava Dec 31 '18 at 08:54
-
1