mediaconch-gui command not found

In this troubleshooting guide we learn how to fix mediaconch-gui command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

mediaconch-gui: command not found

or when using sudo you get the following error message

sudo: mediaconch-gui: command not found

Solutions to mediaconch-gui: command not found

How To Fix mediaconch-gui: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu mediaconch-gui is provided by mediaconch-gui package.

mediaconch-gui 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 GUI application.

To fix this problem, we can install more using the command below.

sudo apt-get -y install mediaconch-gui

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install mediaconch-gui.

sudo apt -y install mediaconch-gui

Or if you have aptitude installed you can use the following command.

sudo aptitude install mediaconch-gui

Summary

In this tutorial we learn how to fix mediaconch-gui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.