qstopmotion command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
qstopmotion: command not found
or when using sudo you get the following error message
sudo: qstopmotion: command not found
Solutions to qstopmotion: command not found
How To Fix qstopmotion: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu qstopmotion is provided by qstopmotion package.
qstopmotion is:
The users will be able to create stop-motions from pictures imported from a camera or from the harddrive and export the animation to different video formats such as mpeg or avi.
To fix this problem, we can install more using the command below.
sudo apt-get -y install qstopmotion
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install qstopmotion.
sudo apt -y install qstopmotion
Or if you have aptitude installed you can use the following command.
sudo aptitude install qstopmotion
Summary
In this tutorial we learn how to fix qstopmotion command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.