netwag command not found
In this troubleshooting guide we learn how to fix netwag command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
netwag: command not found
or when using sudo you get the following error message
sudo: netwag: command not found
Solutions to netwag: command not found
How To Fix netwag: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu netwag is provided by netwag package.
netwag is:
Netwag is a graphical front end for netwox which contains more than 200 tools. Netwag permits one to easily:
- search amongst tools proposed in netwox
- construct command line
- run tools
- keep an history of commands
To fix this problem, we can install more using the command below.
sudo apt-get -y install netwag
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install netwag.
sudo apt -y install netwag
Or if you have aptitude installed you can use the following command.
sudo aptitude install netwag
Summary
In this tutorial we learn how to fix netwag command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.