undertime command not found

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

Introduction

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

undertime: command not found

or when using sudo you get the following error message

sudo: undertime: command not found

Solutions to undertime: command not found

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

In Ubuntu undertime is provided by undertime package.

undertime is:

Undertime draws a simple 24 hour table of matching times across different timezones or cities, outlining waking hours. This allows picking an ideal meeting date across multiple locations for teams working internationally.

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

sudo apt-get -y install undertime

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

You can also use apt command to install undertime.

sudo apt -y install undertime

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

sudo aptitude install undertime

Summary

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