xfimage command not found

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

Introduction

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

xfimage: command not found

or when using sudo you get the following error message

sudo: xfimage: command not found

Solutions to xfimage: command not found

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

In Ubuntu xfimage is provided by xfe package.

xfe is:

Xfe is based on the popular but discontinued X Win Commander. It is desktop independent and is written using the C++ Fox Toolkit. Its appearance is similar to the Windows file-manager Total Commander or Windows Explorer. It is very fast and simple.

The main features are: file associations, mount/umount devices, directory tree for quick cd, change file attributes, auto save registry, compressed archives view/creation/extraction, compatibility with GNOME/KDE/Xfce, and much more.

Containing a simple text editor (Xfwrite), image viewer (Xfimage) and package manager (Xfpack).

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

sudo apt-get -y install xfe

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

You can also use apt command to install xfe.

sudo apt -y install xfe

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

sudo aptitude install xfe

Summary

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