LAMPP stands for Linux Apache Mysql PHP Perl. Lampp is a set of bundling software for web server needs. You could say this Lampp is the Linux version of Xampp. There is also how the installation is as follows:
1. Access the server to SSH and then download the packet here
# wget https://www.apachefriends.org/xampp-files/8.1.1/xampp-linux-x64-8.1.1-1-installer.run
You may always check the XAMPP page periodically for new installer files. Because in the new installer version there is a higher version of PHP, Apache, MariaDB, Perl, etc.
In version 8.1.1 there are several components installed:
- PHP 7.4.27 , 8.0.14 , 8.1.1
- Apache 2.4.52
- MariaDB 10.4.22
- Perl 5.32.1
- OpenSSL 1.1.1m (UNIX only)
- phpMyAdmin 5.1.1
2. Run the installation
# chmod +x installer.run
# ./installer.run