starplot command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
starplot: command not found
or when using sudo you get the following error message
sudo: starplot: command not found
Solutions to starplot: command not found
How To Fix starplot: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu starplot is provided by starplot package.
starplot is:
StarPlot is a GTK+ based program that can be used interactively to view three-dimensional perspective charts of stars. Charts can be re-centered, rotated, or zoomed in or out with a mouse click (this can also, of course, be done via dialog boxes for more precision). Stars may be viewed (or ignored) by spectral class and absolute magnitude.
StarPlot is packaged with starconvert, a utility that converts line-oriented stellar data records to StarPlot format. Most star data files available on the Internet can be converted this way if a short file describing the original file format is provided to starconvert.
To fix this problem, we can install more using the command below.
sudo apt-get -y install starplot
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install starplot.
sudo apt -y install starplot
Or if you have aptitude installed you can use the following command.
sudo aptitude install starplot
Summary
In this tutorial we learn how to fix starplot command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.