sreview-dispatch command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
sreview-dispatch: command not found
or when using sudo you get the following error message
sudo: sreview-dispatch: command not found
Solutions to sreview-dispatch: command not found
How To Fix sreview-dispatch: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu sreview-dispatch is provided by sreview-master package.
sreview-master is:
SReview is a video review and transcoding system. It allows users to review videos, and will then (after the review has finished) transcode them into archive-quality video files.
This package contains the components that should run on just one server. It is not useful without one or more machines also running the webinterface (in the sreview-web package) or the encoder (in the sreview-encoder package).
To fix this problem, we can install more using the command below.
sudo apt-get -y install sreview-master
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install sreview-master.
sudo apt -y install sreview-master
Or if you have aptitude installed you can use the following command.
sudo aptitude install sreview-master
Summary
In this tutorial we learn how to fix sreview-dispatch command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.