lunar-date command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lunar-date: command not found
or when using sudo you get the following error message
sudo: lunar-date: command not found
Solutions to lunar-date: command not found
How To Fix lunar-date: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lunar-date is provided by lunar-date package.
lunar-date is:
Lunar-date is a Chinese Lunar library based on GObject, which can covert between Chinese lunar calendar and Gregorian calendar.
This package contains lunar-date command, D-Bus org.chinese.Lunar.Date.service. The lunar-date need to call D-Bus when running.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lunar-date
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lunar-date.
sudo apt -y install lunar-date
Or if you have aptitude installed you can use the following command.
sudo aptitude install lunar-date
Summary
In this tutorial we learn how to fix lunar-date command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.