Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.



Get Started Now!

Xampp Error: netstat: command not found

Uncategorized

Error

ubuntu@ip-172-31-41-444:~$ sudo /opt/lampp/lampp start
Starting XAMPP for Linux 8.2.12-0...
XAMPP: Starting Apache...already running.
XAMPP: Starting MySQL.../opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
ok.
XAMPP: Starting ProFTPD.../opt/lampp/share/xampp/xampplib: line 22: netstat: command not found
ok.

Solution

# Debian, Ubuntu, and derivatives
sudo apt update && sudo apt install net-tools

# CentOS, RHEL (up to version 7), and derivatives
sudo yum install net-tools

# CentOS/RHEL 8, Fedora
sudo dnf install net-tools

# Arch Linux, Manjaro
sudo pacman -Sy net-tools

# openSUSE
sudo zypper install net-tools

# Alpine Linux
sudo apk add net-tools
0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x