How to install XAMPP on Lubuntu 19.04 and Fix NetStat command not found error

Опубликовано: 21 Апрель 2026
на канале: Just Learn WordPress
752
8

How to install XAMPP on Lubuntu
Download XAMPP for linux https://www.apachefriends.org/index.html
open command line/terminal on Lubuntu
give permission to the XAMPP .run installer (assuming the XAMPP installer is located at ~/Downloads/ folder)

You might have to replace 7.3.5-1 with your XAMPP version number, at the time of recording this video XAMPP version is 7.3.5

chmod +rx ~/Downloads/xampp-linux-x64-7.3.5-1-installer.run
run the XAMPP .run installer

sudo ~/Downloads/xampp-linux-x64-7.3.5-1-installer.run

finish XAMPP installation setup wizard

How to start, stop, restart XAMPP from command line
starting xampp
sudo /opt/lampp/lampp start
stopping xampp
sudo /opt/lampp/lampp stop
restarting xampp
sudo /opt/lampp/lampp restart
How to start, stop, restart XAMPP using GUI tool
You still need the command line to open the GUI tool though :)
sudo /opt/lampp/manager-linux-x64.run

Where is XAMPP located?

By default xampp will be installed under /opt/lampp, and for the document root of apache web server is /opt/lampp/htdocs/, this is where you should put your web files such as html, css, php, js, and so on. You can visit http://localhost/ to access the local web server.

How to fix netstat: command not found error?
Open terminal and type this command

sudo apt install net-tools

-------------------------------
How to Create a Blog From Scratch with WordPress and Earn Money in 2019?
https://tocreateablog.com/starting-a-...
Are you wondering how do i start a blog? Do you want to share your ideas with other? Do you want to grow your business using a blog? In this 6500+ blogging guide, we are going to cover everything you need to know about blogging.
----------------------------------
How to Start a Small Business Blog? 6700+ Words Guide
https://tocreateablog.com/guides/how-...
In this ultimate guide, I am going to share all the necessary details, stats, facts, guidelines, and resources to start a blog on WordPress.
----------------------------------
How to use WordPress? 6000+ Words Ultimate Guide
https://tocreateablog.com/guides/how-...
In this step by step guide for beginners, You will learn how to use WordPress to create a website or blog.
In this ultimate guide, I have tried to explain everything you need to build websites with WordPress, Here is the outline for this in-depth guide, so you can quickly move to any section of this WordPress guide.
----------------------------------
5000+ Words Guide: Jetpack WordPress vs Alternatives? How to save $111/Year?
https://tocreateablog.com/jetpack-wor...
WordPress Jetpack plugin offers Hassle-free design, marketing, and security features for your WordPress websites at a very affordable price, compared to other premium plugins and themes. With Jetpack WordPress, You get everything you need to build powerful WordPress websites, in one service.
-----------------------------------