tdc command not found

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

Introduction

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

tdc: command not found

or when using sudo you get the following error message

sudo: tdc: command not found

Solutions to tdc: command not found

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

In Ubuntu tdc is provided by tdc package.

tdc is:

Tiny Dockable Clock (tdc) is a simple and tiny dockable clock. It is a very simple tool; especially helpful for those that are using OpenBox. It can use various colors, sizes, formats, etc. It can accept any POSIX date format.

Window managers that are reported to work well with tdc:

  • FVWM
  • OpenBox
  • Enlightenment
  • ion3

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

sudo apt-get -y install tdc

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

You can also use apt command to install tdc.

sudo apt -y install tdc

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

sudo aptitude install tdc

Summary

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