gnome-clocks command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-clocks: command not found
or when using sudo you get the following error message
sudo: gnome-clocks: command not found
Solutions to gnome-clocks: command not found
How To Fix gnome-clocks: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-clocks is provided by gnome-clocks package.
gnome-clocks is:
GNOME Clocks is a simple application to show the time and date in multiple locations and set alarms or timers. A stopwatch is also included.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-clocks
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-clocks.
sudo apt -y install gnome-clocks
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-clocks
Summary
In this tutorial we learn how to fix gnome-clocks command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.