Install XAMPP in ubuntu.
Today we will see how to download and install XAMPP (cross-platform, Apache, MySQL, PHP, and Perl) in Ubuntu operating system. You are more prone to errors while downloading through GUI (Graphical User Interface), so installation using a terminal will be a comfortable choice for you.
Follow the given steps.
- First, download XAMPP for Linux from the given embedded page or from this URL. https://www.apachefriends.org/download.html
- Then go to Downloads. cd Downloads/
- XAMPP is successfully installed on your computer, run this command to open the XAMPP control panel. sudo /opt/lampp/manager-linux-x64.run
0 Comments