gtkmorph command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gtkmorph: command not found
or when using sudo you get the following error message
sudo: gtkmorph: command not found
Solutions to gtkmorph: command not found
How To Fix gtkmorph: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gtkmorph is provided by gtkmorph package.
gtkmorph is:
gtkmorph 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.”
gtkmorph is a GUI for libmorph, using GTK+. It has many features, as the support for making movies automatically (it needs extra packages).
To fix this problem, we can install more using the command below.
sudo apt-get -y install gtkmorph
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gtkmorph.
sudo apt -y install gtkmorph
Or if you have aptitude installed you can use the following command.
sudo aptitude install gtkmorph
Summary
In this tutorial we learn how to fix gtkmorph command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.