stellarium command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
stellarium: command not found
or when using sudo you get the following error message
sudo: stellarium: command not found
Solutions to stellarium: command not found
How To Fix stellarium: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu stellarium is provided by stellarium package.
stellarium is:
Stellarium renders 3D photo-realistic skies in real-time. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
Some features:
- default star catalogue with over 600 thousand stars,
- information about the brightest stars (spectral type, distance, etc.),
- downloadable star catalogue extensions, for up to 210 million stars,
- all New General Catalogue (NGC) objects,
- images of almost all Messier objects and the Milky Way,
- real time positions of the planets and their satellites,
- 13 different cultures with their constellations,
- artistic illustrations of the 88 Western constellations,
- very realistic atmosphere, sunrise and sunset,
- 7 panoramic landscapes (more can be made or downloaded from the website),
- scripting with ECMAScript,
- plug-in support: Stellarium comes with 8 plug-ins by default, including:
- artificial satellites plug-in (updated from an on-line TLE database),
- ocular simulation plug-in (shows how objects look like in a given ocular),
- Solar System editor plug-in (imports comet and asteroid data from the MPC),
- telescope control plug-in (Meade LX200 and Celestron NexStar compatible).
Stellarium should not be used for very high accurate calculation or ephemerids like eclipse predictions. However, it is the ideal program to prepare an observation evening with naked eye, binocular, or small telescope.
To fix this problem, we can install more using the command below.
sudo apt-get -y install stellarium
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install stellarium.
sudo apt -y install stellarium
Or if you have aptitude installed you can use the following command.
sudo aptitude install stellarium
Summary
In this tutorial we learn how to fix stellarium command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.