Install XAMPP 1.8.3-4 on Ubuntu 32 bit

Step 1: Paste below code to ubuntu terminal to Download the installer.
            wget http://downloads.sourceforge.net/project/xampp/XAMPP%20Linux/1.8.3/xampp-linux-1.8.3-4-installer.run

Step 2: Run the installer
            sudo chmod +x xampp-linux-1.8.3-4-installer.run
          sudo ./xampp-linux-1.8.3-4-installer.run

Step 3: Follow the xampp installation setup screen

Comments

Popular posts from this blog

Creating Protected routes in ReactJS

Redirect http to https in codeigniter