XAMPP Installation on Ubuntu
1. Download the latest version of XAMPP Here
2. Go to the directory of downloaded XAMPP
cd ~/Downloads
sudo su
3. Makes the XAMPP package as executable
sudo chmod +x xampp-linux-x64-5.6.8-0-installer.run
4. Install the XAMPP as shown bellow
sudo ./xampp-linux-x64-5.6.8-0-installer.run
5. Then you get XAMPP installation wizard. It's now next..next installation.
For starting the XAMPP server
sudo /opt/lampp/lampp start
For stop the XAMPP server
sudo /opt/lampp/lampp stop
2. Go to the directory of downloaded XAMPP
cd ~/Downloads
sudo su
3. Makes the XAMPP package as executable
sudo chmod +x xampp-linux-x64-5.6.8-0-installer.run
4. Install the XAMPP as shown bellow
sudo ./xampp-linux-x64-5.6.8-0-installer.run
5. Then you get XAMPP installation wizard. It's now next..next installation.
For starting the XAMPP server
sudo /opt/lampp/lampp start
For stop the XAMPP server
sudo /opt/lampp/lampp stop
Comments
Post a Comment