epoptes command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
epoptes: command not found
or when using sudo you get the following error message
sudo: epoptes: command not found
Solutions to epoptes: command not found
How To Fix epoptes: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu epoptes is provided by epoptes package.
epoptes is:
Epoptes is an open source computer lab management and monitoring tool. It allows for screen broadcasting and monitoring, remote command execution, message sending, imposing restrictions like screen locking or sound muting the clients and much more!
Contains the server daemon and a GUI for controlling client PCs.
It supports LTSP installations, but it also works without LTSP.
To fix this problem, we can install more using the command below.
sudo apt-get -y install epoptes
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install epoptes.
sudo apt -y install epoptes
Or if you have aptitude installed you can use the following command.
sudo aptitude install epoptes
Summary
In this tutorial we learn how to fix epoptes command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.