mediaconch command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
mediaconch: command not found
or when using sudo you get the following error message
sudo: mediaconch: command not found
Solutions to mediaconch: command not found
How To Fix mediaconch: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu mediaconch is provided by mediaconch package.
mediaconch is:
MediaConch is an extensible, open source software project consisting of an implementation checker, policy checker, reporter, and fixer that targets preservation-level audiovisual files (specifically Matroska, Linear Pulse Code Modulation (LPCM) and FF Video Codec 1 (FFV1)) for use in memory institutions, providing detailed and batch-level conformance checking via an adaptable and flexible application program interface accessible by the command line, a graphical user interface, or a web-based shell.
This package contains the command-line utiltiy.
To fix this problem, we can install more using the command below.
sudo apt-get -y install mediaconch
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install mediaconch.
sudo apt -y install mediaconch
Or if you have aptitude installed you can use the following command.
sudo aptitude install mediaconch
Summary
In this tutorial we learn how to fix mediaconch command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.