xmorph command not found

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

Introduction

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

xmorph: command not found

or when using sudo you get the following error message

sudo: xmorph: command not found

Solutions to xmorph: command not found

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

In Ubuntu xmorph is provided by xmorph package.

xmorph is:

Xmorph loads, saves, warps, and dissolves images, and loads, saves, creates, and manipulates control meshes which determine the warping. The technique was invented and first used by Industrial Light and Magic, and is commonly called “morphing”.

Xmorph uses the Targa image format exclusively. Other software is needed to convert to other image formats or to movies. (Due to a bug, Xmorph’s images are unreadable by John Bradley’s XV.)

xmorph is a GUI for libmorph, using the X Toolkit; the package also contains a text-only program called morph.

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

sudo apt-get -y install xmorph

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

You can also use apt command to install xmorph.

sudo apt -y install xmorph

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

sudo aptitude install xmorph

Summary

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