Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Can't install xampp for linux

Writer Andrew Henderson

I'm trying to install xampp as shown here, with the following line:

su
chmod 755 xampp-linux-1.8.3-installer.run
./xampp-linux-1.8.3-installer.run

Su goes well, but the terminal doesn't run the other two lines and doesn't raise any error, so I can't understand how to fix it. I tried to go to /opt/lampp but that directory doesn't exists. How can I fix it?

2 Answers

After you download XAMPP, usually the file is not executable yet, so we must make it executable with

sudo chmod +x xampp-linux-1.8.3-installer.run

And then you can run it

./xampp-linux-1.8.3-installer.run

You can use LAMP (Linux-Apache-Mysql-PHP) and you can install it from here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy