hunt command not found

In this troubleshooting guide we learn how to fix hunt command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

hunt: command not found

or when using sudo you get the following error message

sudo: hunt: command not found

Solutions to hunt: command not found

How To Fix hunt: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu hunt is provided by hunt package.

hunt is:

Hunt is a program for intruding into a connection, watching it and resetting it.

Note that as hunt is operating on Ethernet, it is best used for connections which can be watched through it. However, it is possible to do something even for hosts on another segments or hosts that are on switched ports.

To fix this problem, we can install more using the command below.

sudo apt-get -y install hunt

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install hunt.

sudo apt -y install hunt

Or if you have aptitude installed you can use the following command.

sudo aptitude install hunt

Summary

In this tutorial we learn how to fix hunt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.