eyes17-doc command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
eyes17-doc: command not found
or when using sudo you get the following error message
sudo: eyes17-doc: command not found
Solutions to eyes17-doc: command not found
How To Fix eyes17-doc: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu eyes17-doc is provided by eyes17 package.
eyes17 is:
This package provides high level interfaces for making science experiments with an ExpEYES-17 box.
ExpEYES-17 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. When compared with previous ExpEYES boxes (Expeyes, Expeyes-Junior), ExpEYES-17 is richer in various features: multiple soft input ranges, more flexible wave generator, better time resolution, better voltage resolution, supports seamlessly cheap I2C sensors.
To fix this problem, we can install more using the command below.
sudo apt-get -y install eyes17
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install eyes17.
sudo apt -y install eyes17
Or if you have aptitude installed you can use the following command.
sudo aptitude install eyes17
Summary
In this tutorial we learn how to fix eyes17-doc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.