gmotionlive command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gmotionlive: command not found
or when using sudo you get the following error message
sudo: gmotionlive: command not found
Solutions to gmotionlive: command not found
How To Fix gmotionlive: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gmotionlive is provided by gmotionlive package.
gmotionlive is:
gmotionlive is a simple gtk viewer for streaming webcams that use multipart/x-mixed-replace streams.
It was written for viewing streams from the motion program but should be usable for other sources such as network cameras.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gmotionlive
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gmotionlive.
sudo apt -y install gmotionlive
Or if you have aptitude installed you can use the following command.
sudo aptitude install gmotionlive
Summary
In this tutorial we learn how to fix gmotionlive command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.