netwox command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
netwox: command not found
or when using sudo you get the following error message
sudo: netwox: command not found
Solutions to netwox: command not found
How To Fix netwox: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu netwox is provided by netwox package.
netwox is:
Toolbox netwox helps to find and solve network problems.
It provides more than 200 tools :
- sniff, spoof
- clients, servers
- DNS, FTP, HTTP, IRC, NNTP, SMTP, SNMP, SYSLOG, TELNET, TFTP
- scan, ping traceroute
- etc.
Those tools can be used to quickly spot a problem in a complex network. They are oriented towards network administrators and security auditors.
To fix this problem, we can install more using the command below.
sudo apt-get -y install netwox
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install netwox.
sudo apt -y install netwox
Or if you have aptitude installed you can use the following command.
sudo aptitude install netwox
Summary
In this tutorial we learn how to fix netwox command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.