ephoto command not found

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

Introduction

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

ephoto: command not found

or when using sudo you get the following error message

sudo: ephoto: command not found

Solutions to ephoto: command not found

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

In Ubuntu ephoto is provided by ephoto package.

ephoto is:

Ephoto is an image viewer and editor written using the Enlightenment Foundation Libraries(EFL). It focuses on simplicity and ease of use, while taking advantage of the speed and small footprint provided by EFL.

Ephoto supports:

  • Browsing the filesystem and displaying images in an easy to use grid view.
  • Browsing images in a single image view format.
  • Viewing images in a slideshow.
  • Editing your images with features, such as cropping, auto enhance, blurring, sharpening, brightness/contrast/gamma adjustments, hue/saturation/value adjustments, and color level adjustment.
  • Applying artistic filters to your images, such as black and white and old photo.
  • Drag And Drop file operations to easily maintain your photo directories.

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

sudo apt-get -y install ephoto

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

You can also use apt command to install ephoto.

sudo apt -y install ephoto

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

sudo aptitude install ephoto

Summary

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