ghcal command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ghcal: command not found
or when using sudo you get the following error message
sudo: ghcal: command not found
Solutions to ghcal: command not found
How To Fix ghcal: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ghcal is provided by hdate-applet package.
hdate-applet is:
A GNOME desktop applet providing an Hebrew calendar that gives the user easy access to the Jewish calendar (including Hebrew date, parasha, sunset and sunrise times, holydays and moon phase).
To fix this problem, we can install more using the command below.
sudo apt-get -y install hdate-applet
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install hdate-applet.
sudo apt -y install hdate-applet
Or if you have aptitude installed you can use the following command.
sudo aptitude install hdate-applet
Summary
In this tutorial we learn how to fix ghcal command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.