How to install XAMPP in ubuntu
According your os version download setup file for same.
First of all run the below command first.
sudo apt-get update
Command 1:
32 Bit- wget http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.3/xampp-linux-1.8.3-2-installer.run/download
64 Bit- wget http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.3/xampp-linux-x64-1.8.3-2-installer.run/download
Setup file will be download by the name of download.Change it the name of xampp-linux-x64-1.8.3-2-installer.run after that run below command.
Command 2: sudo chmod +x xampp-linux-x64-1.8.3-2-installer.run
Command 3: sudo ./xampp-linux-x64-1.8.3-2-installer.run
After running this command follow the instructions.open any browser and type localhost for checking it.
Start XAMPP- sudo /opt/lampp/lampp start
Stop XAMPP- sudo /opt/lampp/lampp stop
First of all run the below command first.
sudo apt-get update
Command 1:
32 Bit- wget http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.3/xampp-linux-1.8.3-2-installer.run/download
64 Bit- wget http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/1.8.3/xampp-linux-x64-1.8.3-2-installer.run/download
Setup file will be download by the name of download.Change it the name of xampp-linux-x64-1.8.3-2-installer.run after that run below command.
Command 2: sudo chmod +x xampp-linux-x64-1.8.3-2-installer.run
Command 3: sudo ./xampp-linux-x64-1.8.3-2-installer.run
After running this command follow the instructions.open any browser and type localhost for checking it.
Start XAMPP- sudo /opt/lampp/lampp start
Stop XAMPP- sudo /opt/lampp/lampp stop
Comments
Post a Comment