eviacam command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
eviacam: command not found
or when using sudo you get the following error message
sudo: eviacam: command not found
Solutions to eviacam: command not found
How To Fix eviacam: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu eviacam is provided by eviacam package.
eviacam is:
Enable Viacam (aka eViacam) is a mouse replacement program that moves the pointer tracking the user’s head movements. It works on a standard computer equipped with a “webcam”. No additional hardware is required. Based on the award winning Facial Mouse.
To fix this problem, we can install more using the command below.
sudo apt-get -y install eviacam
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install eviacam.
sudo apt -y install eviacam
Or if you have aptitude installed you can use the following command.
sudo aptitude install eviacam
Summary
In this tutorial we learn how to fix eviacam command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.