stopmotion command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
stopmotion: command not found
or when using sudo you get the following error message
sudo: stopmotion: command not found
Solutions to stopmotion: command not found
How To Fix stopmotion: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu stopmotion is provided by stopmotion package.
stopmotion is:
Create stop-motion animations with images grabbed from a video device, or from image files, or from still images extracted from video. Stopmotion has a set of tools which helps you keep the movements smooth and precise, such as ghosting the last image on a live view of the next image to be acquired.
To fix this problem, we can install more using the command below.
sudo apt-get -y install stopmotion
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install stopmotion.
sudo apt -y install stopmotion
Or if you have aptitude installed you can use the following command.
sudo aptitude install stopmotion
Summary
In this tutorial we learn how to fix stopmotion command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.