To install XAMPP on your Linux system using the xampp-linux-x64-8.2.12-0-installer.run
file, follow these steps:
xampp-linux-x-x.x.x-installer.run
file downloaded in a known directory, like ~/Downloads
.Ctrl + Alt + T
).cd ~/Downloads
chmod
to make the installer executable:chmod +x xampp-linux-x-x.x.x-installer.run
sudo ./xampp-linux-x-x.x.x-installer.run
sudo /opt/lampp/lampp start
http://localhost
This will open the XAMPP dashboard, confirming your installation is successful!