fotoxx command not found

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

Introduction

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

fotoxx: command not found

or when using sudo you get the following error message

sudo: fotoxx: command not found

Solutions to fotoxx: command not found

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

In Ubuntu fotoxx is provided by fotoxx package.

fotoxx is:

Navigate a large image collection with a thumbnail browser. View and edit image files (RAW, jpeg, png, tiff …). Editing is done in 24 bits/color, output is 8 or 16 bits/color. Fotoxx has extensive tools for edit, repair, and special effects. Fotoxx is fast and interactive: view full image as it changes. Undo and redo within and across edit functions. File versioning: save and recall multiple edit stages. Select image features or areas to edit separately from background. Copy and paste area selections within and across images. Composite functions: HDR, HDF, panorama, stack, image/text montage. Metadata edit and report: tags, captions, dates, locations … Search images based on any metadata and folder/file names or parts. Albums: select images and arranged order with drag and drop. Slide Show with animated transitions and pan/zoom. Scalable world map with image markers - click marker for gallery. Batch functions: convert, resize, upright, move, revise metatata. User Guide (English) describes all functions in great detail.

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

sudo apt-get -y install fotoxx

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

You can also use apt command to install fotoxx.

sudo apt -y install fotoxx

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

sudo aptitude install fotoxx

Summary

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