step command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
step: command not found
or when using sudo you get the following error message
sudo: step: command not found
Solutions to step: command not found
How To Fix step: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu step is provided by step package.
step is:
With Step you can not only learn but feel how physics works. You place some bodies on the scene, add some forces such as gravity or springs, then click “Simulate” and Step shows you how your scene will evolve according to the laws of physics. You can change every property of bodies/forces in your experiment (even during simulation) and see how this will change evolution of the experiment.
This package is part of the KDE education module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install step
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install step.
sudo apt -y install step
Or if you have aptitude installed you can use the following command.
sudo aptitude install step
Summary
In this tutorial we learn how to fix step command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.