themonospot command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
themonospot: command not found
or when using sudo you get the following error message
sudo: themonospot: command not found
Solutions to themonospot: command not found
How To Fix themonospot: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu themonospot is provided by themonospot package.
themonospot is:
Themonospot is a simple application that can be used to scan an avi and matroska (.mkv) file and extract some informations about audio and video data flow:
- Video codec used
- Frame size
- Average video bitrate
- File size
- Total time
- Frame rate
- Total frames
- Info data
- Packet Bitstream
- User data (in MOVI chunk)
- Audio codec used
- Average audio bitrate
- Audio channelss
To fix this problem, we can install more using the command below.
sudo apt-get -y install themonospot
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install themonospot.
sudo apt -y install themonospot
Or if you have aptitude installed you can use the following command.
sudo aptitude install themonospot
Summary
In this tutorial we learn how to fix themonospot command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.