Install XAMPP on Ubuntu
Install XAMPP on Ubuntu
Open a command line terminal and type the following commands to download and install XAMPP on your system.
- step1 - Start by navigating to XAMPP's offical website and downloading the latest version for Linux.
- step2 - Once it's downloaded, add execute permissions to the installation file, then execute it.
$ chmod +x xampp-linux-*-installer.run $ sudo ./xampp-linux-*-installer.run
Comments
Post a Comment