How to set up LAMP server on Ubuntu 18.04 LTS? [duplicate]
This question already has an answer here:
What's the easiest way to set up a LAMP stack?
17 answers
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!
apache2 mysql php lamp
marked as duplicate by karel, Eric Carvalho, Charles Green, George Udosen, Fabby Jan 4 at 11:34
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
What's the easiest way to set up a LAMP stack?
17 answers
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!
apache2 mysql php lamp
marked as duplicate by karel, Eric Carvalho, Charles Green, George Udosen, Fabby Jan 4 at 11:34
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
Welcome. See the ubuntu documentation - help.ubuntu.com/community/ApacheMySQLPHP is a great start.
– Panther
Jun 6 '18 at 7:42
1
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04
– tttapa
Jun 6 '18 at 9:53
1
I 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 6 '18 at 10:03
add a comment |
This question already has an answer here:
What's the easiest way to set up a LAMP stack?
17 answers
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!
apache2 mysql php lamp
This question already has an answer here:
What's the easiest way to set up a LAMP stack?
17 answers
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!
This question already has an answer here:
What's the easiest way to set up a LAMP stack?
17 answers
apache2 mysql php lamp
apache2 mysql php lamp
asked Jun 6 '18 at 7:33
mind oxygenmind oxygen
111
111
marked as duplicate by karel, Eric Carvalho, Charles Green, George Udosen, Fabby Jan 4 at 11:34
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, Eric Carvalho, Charles Green, George Udosen, Fabby Jan 4 at 11:34
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
Welcome. See the ubuntu documentation - help.ubuntu.com/community/ApacheMySQLPHP is a great start.
– Panther
Jun 6 '18 at 7:42
1
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04
– tttapa
Jun 6 '18 at 9:53
1
I 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 6 '18 at 10:03
add a comment |
1
Welcome. See the ubuntu documentation - help.ubuntu.com/community/ApacheMySQLPHP is a great start.
– Panther
Jun 6 '18 at 7:42
1
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04
– tttapa
Jun 6 '18 at 9:53
1
I 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 6 '18 at 10:03
1
1
Welcome. See the ubuntu documentation - help.ubuntu.com/community/ApacheMySQLPHP is a great start.
– Panther
Jun 6 '18 at 7:42
Welcome. See the ubuntu documentation - help.ubuntu.com/community/ApacheMySQLPHP is a great start.
– Panther
Jun 6 '18 at 7:42
1
1
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04
– tttapa
Jun 6 '18 at 9:53
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04
– tttapa
Jun 6 '18 at 9:53
1
1
I 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 6 '18 at 10:03
I 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 6 '18 at 10:03
add a comment |
1 Answer
1
active
oldest
votes
Open the terminal and type:
sudo apt update
sudo apt install lamp-server^
sudo apt install phpmyadmin -y
1
What do you mean when recommend use this steps: "2. sudo apt-install", "4. apt-get install"?
– mature
Dec 31 '18 at 8:54
1
same,, iam sory, was edited
– Heru Prasetyo
Dec 31 '18 at 12:33
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Open the terminal and type:
sudo apt update
sudo apt install lamp-server^
sudo apt install phpmyadmin -y
1
What do you mean when recommend use this steps: "2. sudo apt-install", "4. apt-get install"?
– mature
Dec 31 '18 at 8:54
1
same,, iam sory, was edited
– Heru Prasetyo
Dec 31 '18 at 12:33
add a comment |
Open the terminal and type:
sudo apt update
sudo apt install lamp-server^
sudo apt install phpmyadmin -y
1
What do you mean when recommend use this steps: "2. sudo apt-install", "4. apt-get install"?
– mature
Dec 31 '18 at 8:54
1
same,, iam sory, was edited
– Heru Prasetyo
Dec 31 '18 at 12:33
add a comment |
Open the terminal and type:
sudo apt update
sudo apt install lamp-server^
sudo apt install phpmyadmin -y
Open the terminal and type:
sudo apt update
sudo apt install lamp-server^
sudo apt install phpmyadmin -y
edited 2 days ago
answered Dec 31 '18 at 8:31
Heru PrasetyoHeru Prasetyo
215
215
1
What do you mean when recommend use this steps: "2. sudo apt-install", "4. apt-get install"?
– mature
Dec 31 '18 at 8:54
1
same,, iam sory, was edited
– Heru Prasetyo
Dec 31 '18 at 12:33
add a comment |
1
What do you mean when recommend use this steps: "2. sudo apt-install", "4. apt-get install"?
– mature
Dec 31 '18 at 8:54
1
same,, iam sory, was edited
– Heru Prasetyo
Dec 31 '18 at 12:33
1
1
What do you mean when recommend use this steps: "2. sudo apt-install", "4. apt-get install"?
– mature
Dec 31 '18 at 8:54
What do you mean when recommend use this steps: "2. sudo apt-install", "4. apt-get install"?
– mature
Dec 31 '18 at 8:54
1
1
same,, iam sory, was edited
– Heru Prasetyo
Dec 31 '18 at 12:33
same,, iam sory, was edited
– Heru Prasetyo
Dec 31 '18 at 12:33
add a comment |
1
Welcome. See the ubuntu documentation - help.ubuntu.com/community/ApacheMySQLPHP is a great start.
– Panther
Jun 6 '18 at 7:42
1
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-ubuntu-18-04
– tttapa
Jun 6 '18 at 9:53
1
I 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 6 '18 at 10:03