skyview command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
skyview: command not found
or when using sudo you get the following error message
sudo: skyview: command not found
Solutions to skyview: command not found
How To Fix skyview: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu skyview is provided by skyview package.
skyview is:
SkyView is a “virtual” observatory dynamically generating images of the sky in different wavelength regimes from a static image database. SkyView is intended as a quick look facility to see the heavens.
This package includes the executable.
To fix this problem, we can install more using the command below.
sudo apt-get -y install skyview
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install skyview.
sudo apt -y install skyview
Or if you have aptitude installed you can use the following command.
sudo aptitude install skyview
Summary
In this tutorial we learn how to fix skyview command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.