tpserv command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tpserv: command not found
or when using sudo you get the following error message
sudo: tpserv: command not found
Solutions to tpserv: command not found
How To Fix tpserv: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tpserv 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 tpserv command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.