How To Install XAMPP Server On Ubuntu In Hindi

XAMPP is a popular cross-platform web server solution used for developing and testing web applications. Here are the steps to install XAMPP on Ubuntu:

  1. Download XAMPP: Go to the official XAMPP website and download the Linux version of the software.
  2. Open the Terminal: Open the terminal by pressing Ctrl + Alt + T or by clicking on the Terminal icon in the applications.
  3. Navigate to the Downloads Directory: Use the command “cd ~/Downloads” to navigate to the Downloads directory where the XAMPP installer is located.
  4. Make the Installer Executable: Use the command “sudo chmod +x [installer filename]” to make the installer executable. Replace [installer filename] with the name of the downloaded installer file.
  5. Run the Installer: Use the command “./[installer filename]” to run the XAMPP installer. Follow the on-screen instructions to complete the installation.
  6. Start XAMPP: Once the installation is complete, you can start XAMPP by running the command “sudo /opt/lampp/lampp start“. This will start the Apache and MySQL servers.
  7. Test XAMPP: Open your web browser and go to “http://localhost“. This should display the XAMPP welcome page, confirming that XAMPP is successfully installed on your Ubuntu system.

Today in this video, I’m going to show you how to install XAMPP Server on Ubuntu, please watch for more details.

That’s it! You have successfully installed XAMPP on your Ubuntu system. You can now use it to develop and test your web applications.

Thanks

How To Install XAMPP Server On Ubuntu In Hindi

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top