cutter command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cutter: command not found
or when using sudo you get the following error message
sudo: cutter: command not found
Solutions to cutter: command not found
How To Fix cutter: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cutter is provided by cutter package.
cutter is:
Cutter will send packets to both ends of a TCP/IP connection to close the connection. It is designed to be used on a Linux router to disconnect unwanted connections.
Cutter can close all connections to or from a specified ip-address or ip-address/port pair, allowing, as example, close the specific service of a computer. It also can close the connections between two ip-address that use a specific port to deny a certain service to client. Other possibility is close a specific connection from ip-address/port to ip-address/port.
Cutter is not a firewall, but is part of a larger Linux firewall project.
Cutter 1.04 should be considered EXPERIMENTAL.
To fix this problem, we can install more using the command below.
sudo apt-get -y install cutter
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cutter.
sudo apt -y install cutter
Or if you have aptitude installed you can use the following command.
sudo aptitude install cutter
Summary
In this tutorial we learn how to fix cutter command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.