rsibreak command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rsibreak: command not found
or when using sudo you get the following error message
sudo: rsibreak: command not found
Solutions to rsibreak: command not found
How To Fix rsibreak: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rsibreak is provided by rsibreak package.
rsibreak is:
Prolonged use of a mouse and keyboard can cause a repetitive strain injury (RSI), so computer users are advised to take regular breaks.
RSIBreak helps prevent repetitive strain injuries by keeping track of usage patterns and periodically informing users to take breaks. During break periods, RSIBreak can either show an unobtrusive message, lock the screen entirely, or present a slideshow.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rsibreak
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rsibreak.
sudo apt -y install rsibreak
Or if you have aptitude installed you can use the following command.
sudo aptitude install rsibreak
Summary
In this tutorial we learn how to fix rsibreak command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.