epoptes-client command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
epoptes-client: command not found
or when using sudo you get the following error message
sudo: epoptes-client: command not found
Solutions to epoptes-client: command not found
How To Fix epoptes-client: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu epoptes-client is provided by epoptes-client package.
epoptes-client 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 client daemon and some utilities for getting screenshots etc.
To fix this problem, we can install more using the command below.
sudo apt-get -y install epoptes-client
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install epoptes-client.
sudo apt -y install epoptes-client
Or if you have aptitude installed you can use the following command.
sudo aptitude install epoptes-client
Summary
In this tutorial we learn how to fix epoptes-client command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.