savi command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
savi: command not found
or when using sudo you get the following error message
sudo: savi: command not found
Solutions to savi: command not found
How To Fix savi: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu savi is provided by savi package.
savi is:
SaVi allows you to simulate satellite orbits and coverage, in two and three dimensions. SaVi is particularly useful for simulating satellite constellations such as Iridium and Globalstar.
SaVi can use Geomview, an optional but useful package, for 3D rendering.
To fix this problem, we can install more using the command below.
sudo apt-get -y install savi
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install savi.
sudo apt -y install savi
Or if you have aptitude installed you can use the following command.
sudo aptitude install savi
Summary
In this tutorial we learn how to fix savi command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.