iptraf-ng command not found

In this troubleshooting guide we learn how to fix iptraf-ng command not found error message

Introduction

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

iptraf-ng: command not found

or when using sudo you get the following error message

sudo: iptraf-ng: command not found

Solutions to iptraf-ng: command not found

How To Fix iptraf-ng: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu iptraf-ng is provided by iptraf-ng package.

iptraf-ng is:

IPTraf-ng is an ncurses-based IP LAN monitor that generates various network statistics including TCP info, UDP counts, ICMP and OSPF information, Ethernet load info, node stats, IP checksum errors, and others.

IPTraf-ng is the next generation of IPTraf started as a fork of original iptraf-3.0.0.

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

sudo apt-get -y install iptraf-ng

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

You can also use apt command to install iptraf-ng.

sudo apt -y install iptraf-ng

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

sudo aptitude install iptraf-ng

Summary

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