irtt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
irtt: command not found
or when using sudo you get the following error message
sudo: irtt: command not found
Solutions to irtt: command not found
How To Fix irtt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu irtt is provided by irtt package.
irtt is:
IRTT (Isochronous Round-Trip Tester) IRTT measures round-trip time, one-way delay and other metrics using UDP packets sent on a fixed period, and produces both user and machine parseable output.
To fix this problem, we can install more using the command below.
sudo apt-get -y install irtt
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install irtt.
sudo apt -y install irtt
Or if you have aptitude installed you can use the following command.
sudo aptitude install irtt
Summary
In this tutorial we learn how to fix irtt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.