nautic command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nautic: command not found
or when using sudo you get the following error message
sudo: nautic: command not found
Solutions to nautic: command not found
How To Fix nautic: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nautic is provided by nautic package.
nautic is:
Nautical ephemeris are included until 2030 with no relevant error for all navigational bodies, 56 stars, Sun, Moon and 4 major planets. The local meridian time can be computed directly from time UT: sextant altitude correction is computed automatically after inserting the value of height of eye with the correction tables of the Admiralty Nautical Almanac.
A plotting sheet reports the calculated position and bodies’ position lines. An info window indicates the body’s most important celestial parameters.
To fix this problem, we can install more using the command below.
sudo apt-get -y install nautic
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nautic.
sudo apt -y install nautic
Or if you have aptitude installed you can use the following command.
sudo aptitude install nautic
Summary
In this tutorial we learn how to fix nautic command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.