javamorph command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
javamorph: command not found
or when using sudo you get the following error message
sudo: javamorph: command not found
Solutions to javamorph: command not found
How To Fix javamorph: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu javamorph is provided by javamorph package.
javamorph is:
Give two human-face pictures as inputs into the program. Then mark important locations whithin both faces by pairs of corresponding points. The program will create a short enumerated picture series in which the left face moves (morphs) into the right one. You can then create a MPEG (see mencoder) from the picture series. An animated GIF (see GIMP) is also possible.
To fix this problem, we can install more using the command below.
sudo apt-get -y install javamorph
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install javamorph.
sudo apt -y install javamorph
Or if you have aptitude installed you can use the following command.
sudo aptitude install javamorph
Summary
In this tutorial we learn how to fix javamorph command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.