How to Install XAMPP on Linux

in #utopian-io7 years ago (edited)

1.png


Linux is one of the operating system that is widely used by developers, in addition to the free license and many opensource applications that help developers in working on the project. In general linux is divided into several distro / linux descendants such as ubuntu, debian, open suse and others. and xampp one of the webserver packages that support for 3 operations ie windows, linux and macOS.

To install xampp on linux and windows is very different from in linux install not only with double click but in other way, can online and offline, toturial under this we will try to use terminal to do modification of permissions on file xampp which we will install

Step Installation

  1. Download installer (installer) XAMPP. You can get it from Xampp. Be sure to download the correct version for your computer system (32 bit or 64 bit).
    The guides in this article use version 5.6.3 for 64 bit. Make sure you change the commands here based on the version you installed.

  2. Open Terminal. Before you can install XAMPP, you must change the permissions of the download file so it can be executed.

    2.jpg

  3. Change file permission. Enter the following command and press "Enter". Enter your password if needed:
    sudo chmod + x xampp-linux-x64-5.6.3-0-installer.run
    You can drag the downloaded file to the Terminal window to enter the file name and its location automatically.

    3.jpg

  4. Run the installer. After changing the permissions, you can run the installer to start the XAMPP installation. Write the following command and press "Enter":
    sudo ./xampp-linux-x64-5.6.3-0-installer.run

    4.jpg

  5. Follow the instructions that appear to install XAMPP. The installer graphics will open and guide you through the rest of the installation process. Generally you can leave all the options according to their default settings. [1]
    You can uncheck Learn more about BitNami for XAMPP if you are not interested in knowing more about BitNami.

    5.jpg



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Your contribution cannot be approved because it is not as informative as other contributions. See the Utopian Rules. Contributions need to be informative and descriptive in order to help readers and developers understand them.

You can contact us on Discord.
[utopian-moderator]