Sunday, May 5, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 10781  / 2 Years ago, thu, december 16, 2021, 7:13:44

I am using ubuntu 14.04. I want to install lampp but don't know how to install it. Can I get some help for installing lampp on my Ubuntu.


More From » unity

 Answers
4

For a 32-bit architecture follow these commands. . .



cd /tmp
wget bit.ly/1cmyrUo -O xampp-32bit.run
chmod 777 xampp-32bit.run
sudo ./xampp-32bit.run




For a 64-bit architecture, these. . .



cd /tmp
wget bit.ly/1cmyrUo -O xampp-64bit.run
chmod 777 xampp-64bit.run
sudo ./xampp-64bit.run





PostScript: Try these commands from the root. You can get into the root mode with sudo su command.


[#23787] Saturday, December 18, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
elopingapo

Total Points: 206
Total Questions: 110
Total Answers: 114

Location: Guam
Member since Tue, Nov 29, 2022
1 Year ago
;