wmclock command not found

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

Introduction

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

wmclock: command not found

or when using sudo you get the following error message

sudo: wmclock: command not found

Solutions to wmclock: command not found

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

In Ubuntu wmclock is provided by wmclock package.

wmclock is:

wmclock is an applet for Window Maker which displays the date and time in a dockable tile. It features multiple language support, 24h or 12h time display, and can run a user-specified program on mouse click.

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

sudo apt-get -y install wmclock

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

You can also use apt command to install wmclock.

sudo apt -y install wmclock

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

sudo aptitude install wmclock

Summary

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