ipband command not found

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

Introduction

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

ipband: command not found

or when using sudo you get the following error message

sudo: ipband: command not found

Solutions to ipband: command not found

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

In Ubuntu ipband is provided by ipband package.

ipband is:

This is a daemon which can monitor as many different subnets (or individual hosts, by specifying a “subnet” of /32) as you’d like. The reporting facility will only be triggered when a defined bandwidth level had been exceeded for a defined time.

Information reported includes the connections which are taking up the most bandwidth (ip address and port pairs). Reporting is done via email.

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

sudo apt-get -y install ipband

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

You can also use apt command to install ipband.

sudo apt -y install ipband

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

sudo aptitude install ipband

Summary

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