expeyes command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
expeyes: command not found
or when using sudo you get the following error message
sudo: expeyes: command not found
Solutions to expeyes: command not found
How To Fix expeyes: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu expeyes is provided by expeyes package.
expeyes is:
This package provides high level interfaces for making science experiments with an ExpEYES box.
ExpEYES is from the PHOENIX project of Inter-University Accelerator Centre, New Delhi. It is a hardware & software framework for developing science experiments, demonstrations and projects and learn science and engineering by exploration. Capable of doing real time measurements and analysing the data in different ways. Analog voltages are measured with 0.025% resolution and time intervals with one microsecond. This project is based on Free and Open Source software, mostly written in Python programming language. The hardware design is also open.
To fix this problem, we can install more using the command below.
sudo apt-get -y install expeyes
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install expeyes.
sudo apt -y install expeyes
Or if you have aptitude installed you can use the following command.
sudo aptitude install expeyes
Summary
In this tutorial we learn how to fix expeyes command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.