1

I need help in installing Xampp on Ubuntu 14.04LTS?

JoKeR
  • 6,972
  • 9
  • 43
  • 65

1 Answers1

2

Better than xampp use LAMP open a terminal an execute the following:

sudo apt-get update
sudo apt-get install lamp-server^
JoKeR
  • 6,972
  • 9
  • 43
  • 65
Brask
  • 1,588