plot-netperfmeter-results command not found

In this troubleshooting guide we learn how to fix plot-netperfmeter-results command not found error message

Introduction

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

plot-netperfmeter-results: command not found

or when using sudo you get the following error message

sudo: plot-netperfmeter-results: command not found

Solutions to plot-netperfmeter-results: command not found

How To Fix plot-netperfmeter-results: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu plot-netperfmeter-results is provided by netperfmeter-plotting package.

netperfmeter-plotting is:

NetPerfMeter is a network performance meter for the UDP, TCP, MPTCP, SCTP and DCCP transport protocols over IPv4 and IPv6. It simultaneously transmits bidirectional flows to an endpoint and measures the resulting flow bandwidths and QoS. The results are written as vector and scalar files. The vector files can e.g. be used to create plots of the results.

This package contains a plotting program for the results.

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

sudo apt-get -y install netperfmeter-plotting

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

You can also use apt command to install netperfmeter-plotting.

sudo apt -y install netperfmeter-plotting

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

sudo aptitude install netperfmeter-plotting

Summary

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