rally command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rally: command not found
or when using sudo you get the following error message
sudo: rally: command not found
Solutions to rally: command not found
How To Fix rally: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rally is provided by rally package.
rally is:
Rally is a Benchmark-as-a-Service project for OpenStack.
Rally is intended to provide the community with a benchmarking tool that is capable of performing specific, complicated and reproducible test cases on real deployment scenarios.
This package contains the command line and configuration file.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rally
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rally.
sudo apt -y install rally
Or if you have aptitude installed you can use the following command.
sudo aptitude install rally
Summary
In this tutorial we learn how to fix rally command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.