How to Install XAMPP on Ubuntu (Linux)
XAMPP is a free, open-source software stack that provides an all-in-one solution for web development. It includes essential components like Apache (web server), MariaDB/MySQL (database), PHP, and Perl, making it a powerful tool for local web application development and testing. XAMPP is particularly popular due to its simplicity and ease of use, even for beginners. Below, we'll guide you through the process of installing and uninstalling XAMPP on Ubuntu. Installing XAMPP on Ubuntu Download XAMPP on www.apachefriends.org/download.html . Download the Linux version of XAMPP. After downloading the package, let’s set the rights. sudo chmod 755 xampp-linux-*-installer.run Start installation sudo ./xampp-linux-*-installer.run You can see the process of installing XAMPP in Ubuntu in the video. Some instructions for work Start, reboot and stop sudo /opt/lampp/lampp start sudo /opt/lampp/lampp restart sudo /opt/lampp/lampp stop Launch GUI sudo /opt/lampp/manager-linux...