veyon-master command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
veyon-master: command not found
or when using sudo you get the following error message
sudo: veyon-master: command not found
Solutions to veyon-master: command not found
How To Fix veyon-master: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu veyon-master is provided by veyon-master package.
veyon-master is:
Veyon is a software for computer monitoring and classroom management supporting Windows and Linux. It enables teachers to view and control computer labs and interact with students. Veyon is available in many different languages and provides numerous features supporting teachers and administrators at their daily work:
- Overview: monitor all computers in one or multiple locations or classrooms
- Remote access: view or control computers to watch and support users
- Demo: broadcast the teacher’s screen in realtime (fullscreen/window)
- Screen lock: draw attention to what matters right now
- Communication: send text messages to students
- Start and end lessons: log in and log out users all at once
- Screenshots: record learning progress and document infringements
- Programs & websites: launch programs and open website URLs remotely
- Teaching material: distribute and open documents, images and videos easily
- Administration: power on/off and reboot computers remotely
Veyon is the continuation of iTALC.
This package contains the veyon-master software. With veyon-master a teacher or tutor can control other machines if they run Veyon’s client service software (package: veyon-service).
To fix this problem, we can install more using the command below.
sudo apt-get -y install veyon-master
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install veyon-master.
sudo apt -y install veyon-master
Or if you have aptitude installed you can use the following command.
sudo aptitude install veyon-master
Summary
In this tutorial we learn how to fix veyon-master command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.