roodi-describe command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
roodi-describe: command not found
or when using sudo you get the following error message
sudo: roodi-describe: command not found
Solutions to roodi-describe: command not found
How To Fix roodi-describe: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu roodi-describe is provided by roodi package.
roodi is:
Roodi stands for Ruby Object Oriented Design Inferometer. It parses your Ruby code and warns you about design issues you have based on the configured checks.
To fix this problem, we can install more using the command below.
sudo apt-get -y install roodi
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install roodi.
sudo apt -y install roodi
Or if you have aptitude installed you can use the following command.
sudo aptitude install roodi
Summary
In this tutorial we learn how to fix roodi-describe command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.