workrave command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
workrave: command not found
or when using sudo you get the following error message
sudo: workrave: command not found
Solutions to workrave: command not found
How To Fix workrave: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu workrave is provided by workrave package.
workrave is:
Workrave is a program that assists in the recovery and prevention of Repetitive Strain Injury (RSI). The program frequently alerts you to take micro-pauses, rest breaks and restricts you to your daily limit.
It includes a system tray applet that works with GNOME and KDE and has network capabilities to monitor your activity even if switching back and forth between different computers is part of your job.
Workrave offers many more configuration options than other similar tools.
To fix this problem, we can install more using the command below.
sudo apt-get -y install workrave
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install workrave.
sudo apt -y install workrave
Or if you have aptitude installed you can use the following command.
sudo aptitude install workrave
Summary
In this tutorial we learn how to fix workrave command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.