wmwork command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
wmwork: command not found
or when using sudo you get the following error message
sudo: wmwork: command not found
Solutions to wmwork: command not found
How To Fix wmwork: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu wmwork is provided by wmwork package.
wmwork is:
wmwork provides a monitor on a 64x64 mini window that helps you keeping track of your time. The idea is based on the program Worklog written by Truxton King Fulton II. In contrast to Worklog wmwork is a graphical application designed to work with the WindowMaker dock, but will work with other window managers as well. wmwork’s upstream homepage can be found at http://www.godisch.de/debian/wmwork/.
To fix this problem, we can install more using the command below.
sudo apt-get -y install wmwork
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install wmwork.
sudo apt -y install wmwork
Or if you have aptitude installed you can use the following command.
sudo aptitude install wmwork
Summary
In this tutorial we learn how to fix wmwork command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.