Before Entering Into Discusiion “How To Install Xampp to Ubuntu/Linux 2022” I will discuss little About Xampp. Xampp is a free and open source cross platform web server solution stact package develoved by Apache Friends, consisting mainly og Apache HTTP Server , Maria-DB Database and interpreters for scripts writtens in the PHP and Perl programming Languages.
Since most actual web Server deployment means a WAPM or LAMP stack can be installed quickly and simply on an operating system Windows and Linux, with the advantage that common add in applications such as WordPress. The term XAMPP is an apparent acronym, however, there is no official acronym expansion specified on the Apache Friends Website. Their homepage header reads XAMPP Apache + MariaDB + PHP + Perls, indicating that this abbreviation is a recursive acronym.
Now we Enter the Installations process ;
Your Download Xampp on the official Website https://www.apachefriends.org/download.html.
Open Your Consule Check the Php version used ;
type php — version in your consule match the Php version Installed on Linux/Ubuntu.

note**: Xampp file name don’t wrong (rename the Xampp file as shows Above) Your Consule directory must be the same as the downloaded file. Or it’s easier go to the Xampp directory that was downloaded earlier then right click select open as root then double click Xampp or right click execute ( It’s Work on the latest Desktop xfce kali linux 2022)..

Click XAMPP core files kemudin contiue until finished.. Xampp is in directory /opt/lampp. After the installitions in complete, change the apache and mysql port : change apache to port 81 and mysql change port 3303 (up to you) don’t change port 80 apache and mysql.

note**: Before running Xampp Applications Stoped your service apache dan mysql type your in terminal/Consule systemctl stop apache2 systemctl stop mysql
Xampp Installations is Finish and opened Xampp type ip address local in browser example http://192.168.100.220:81 don’t forget add :81 because port apache not default port. Show your ip Address type ifconfig in consule/terminal.
When Using wifi your ip address is wlp4s0/Wlan0, name device wireless in your Computer could be different because wireless name in device kali linux default generally isWlan0. If Your ip address can be accessed in the Browser, Xampp Installations it’s work and your will opened phpmyadmin type in browser ip address/phpmyadmin or direct in application xampp in the right corner. Phpmyadmin on Xampp is needed to create a database to install wordpress. And operate Xampp after computer is retarted/turne off your type commad in consule/terminal sudo /opt/lampp/lampp start untuk to start and sudo /opt/lampp/lampp stop to Stop, Or you can go to directory filesystem /opt/lampp then right click select open as root then double tab manager-Linuxx64.run, your can added in menu applicattions Kali linux by copying the following text in the consule/terminal ;
Copas the text below in Terminal/Consule ;
Comment=Start and Stop XAMPP Exec=sh -c ‘pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY /opt/lampp/manager-linux-x64.run’ Icon=/opt/lampp/htdocs/favicon.ico Categories=Application;Network; Type=Application Terminal=false
Open your menu Applications and typing Xampp then your will find it.
How easy in not Install Xampp on Latest Ubuntu/linux??
Hopefully this tutorial is useful and next I will discuss How To Install WordPress On The Latest Linux/Ubuntu with Xampp.
3 thoughts on “How To Install Xampp on The Latest Ubuntu/Linux 2022”