safeeyes command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
safeeyes: command not found
or when using sudo you get the following error message
sudo: safeeyes: command not found
Solutions to safeeyes: command not found
How To Fix safeeyes: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu safeeyes is provided by safeeyes package.
safeeyes is:
Safe Eyes is a simple tool to remind you to take periodic breaks for your eyes. This is essential for anyone spending more time on the computer to avoid eye strain and other physical problems.
Features:
- Short breaks with eye exercises
- Long breaks to change physical position and to warm up
- Strict break for those who are addicted to computer
- Do not disturb when working with full-screen applications
- Notifications before every break
- Optional audible alert at the end of break
- Option to lock screen after long breaks
- Smart pause and resume based on system idle time
- Multi-monitor support
- Plugins to utilize Safe Eyes
- Elegant and customizable design
To fix this problem, we can install more using the command below.
sudo apt-get -y install safeeyes
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install safeeyes.
sudo apt -y install safeeyes
Or if you have aptitude installed you can use the following command.
sudo aptitude install safeeyes
Summary
In this tutorial we learn how to fix safeeyes command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.