eeze_scanner_monitor command not found

In this troubleshooting guide we learn how to fix eeze_scanner_monitor command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

eeze_scanner_monitor: command not found

or when using sudo you get the following error message

sudo: eeze_scanner_monitor: command not found

Solutions to eeze_scanner_monitor: command not found

How To Fix eeze_scanner_monitor: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu eeze_scanner_monitor is provided by libeeze-bin package.

libeeze-bin is:

Eeze is a library for manipulating devices through udev with a simple and fast api. It interfaces directly with libudev, avoiding such middleman daemons as udisks/upower or hal, to immediately gather device information the instant it becomes known to the system.

This is part of the Enlightenment Foundation Libraries (EFL).

This package contains command-line utilities that allow mounting, scanning, and unmounting devices with eeze.

To fix this problem, we can install more using the command below.

sudo apt-get -y install libeeze-bin

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install libeeze-bin.

sudo apt -y install libeeze-bin

Or if you have aptitude installed you can use the following command.

sudo aptitude install libeeze-bin

Summary

In this tutorial we learn how to fix eeze_scanner_monitor command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.