DEV Community

Shawon Saha
Shawon Saha

Posted on

Install XAMPP on your linux system

Goto https://www.apachefriends.org/download.html

XAMPP official download page
Download your desired version of linux xampp-linux-x64-x.x.x-x-installer.run

Once download is complete open terminal and navigate to your download location

Now Make the installer executable by running this command chmod +x xampp-linux-x64-x.x.x-x-installer.runο»Ώ

Make XAMPP executable

Enter the installation command sudo ./xampp-linux-x64-7.4.30-1-installer.run

XAMPP installation command for linux

A GUI will pop up. Follow the instruction accordingly to install properly.

How to open XAMPP on your linux machine ?

After complete installation you won't find any shortcut to open XAMPP. Don't worry. Follow this steps to run XAMPP.

Open terminal and type

cd /opt/lampp
sudo ./manager-linux-x64.run
Enter fullscreen mode Exit fullscreen mode

You'll see a pop up of XAMPP Window after that

Running XAMPP from Linux

Goto Manage Servers tab and start server according to your need

API Trace View

How I Cut 22.3 Seconds Off an API Call with Sentry πŸ•’

Struggling with slow API calls? Dan Mindru walks through how he used Sentry's new Trace View feature to shave off 22.3 seconds from an API call.

Get a practical walkthrough of how to identify bottlenecks, split tasks into multiple parallel tasks, identify slow AI model calls, and more.

Read more β†’

Top comments (0)

πŸ‘‹ Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay