xwrits command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
xwrits: command not found
or when using sudo you get the following error message
sudo: xwrits: command not found
Solutions to xwrits: command not found
How To Fix xwrits: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu xwrits is provided by xwrits package.
xwrits is:
xwrits helps you prevent repetitive stress injury.
xwrits is a small reminder program designed to let you know it is time to take a break from typing to rest your wrists and prevent any damage to your wrists (or at least make them feel better if you’ve already damaged them). Normally works on the honor system, but if you find yourself unable to stop typing during your break, it can also lock your keyboard.
To fix this problem, we can install more using the command below.
sudo apt-get -y install xwrits
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install xwrits.
sudo apt -y install xwrits
Or if you have aptitude installed you can use the following command.
sudo aptitude install xwrits
Summary
In this tutorial we learn how to fix xwrits command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.