eom command not found

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

Introduction

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

eom: command not found

or when using sudo you get the following error message

sudo: eom: command not found

Solutions to eom: command not found

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

In Ubuntu eom is provided by eom package.

eom is:

eom or the Eye of MATE is a simple graphics viewer for the MATE desktop which uses the gdk-pixbuf library. It can deal with large images, and zoom and scroll with constant memory usage. Its goals are simplicity and standards compliance.

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

sudo apt-get -y install eom

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

You can also use apt command to install eom.

sudo apt -y install eom

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

sudo aptitude install eom

Summary

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