gworldclock command not found

In this troubleshooting guide we learn how to fix gworldclock command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

gworldclock: command not found

or when using sudo you get the following error message

sudo: gworldclock: command not found

Solutions to gworldclock: command not found

How To Fix gworldclock: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gworldclock is provided by gworldclock package.

gworldclock is:

This program displays the time and date of specified time zones using a GTK+ interface. It also provides a “rendezvous” function allowing the zones to be synchronised to a time other than the current time. This can help you organise meetings across different timezones.

The time zones may be entered by hand in TZ format or chosen from a list prepared from /usr/share/zoneinfo/zone.tab. The zone list is kept in a format consistent with the shell script tzwatch.

To fix this problem, we can install more using the command below.

sudo apt-get -y install gworldclock

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install gworldclock.

sudo apt -y install gworldclock

Or if you have aptitude installed you can use the following command.

sudo aptitude install gworldclock

Summary

In this tutorial we learn how to fix gworldclock command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.