ser-player command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ser-player: command not found
or when using sudo you get the following error message
sudo: ser-player: command not found
Solutions to ser-player: command not found
How To Fix ser-player: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ser-player is provided by ser-player package.
ser-player is:
The SER file format can be used to store data from fast frame rate astronomy cameras instead of using the AVI file format. This application enables users to review SER files in the same way that AVI files are reviewed with a video player.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ser-player
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ser-player.
sudo apt -y install ser-player
Or if you have aptitude installed you can use the following command.
sudo aptitude install ser-player
Summary
In this tutorial we learn how to fix ser-player command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.