mystiq command not found

In this troubleshooting guide we learn how to fix mystiq command not found error message

Introduction

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

mystiq: command not found

or when using sudo you get the following error message

sudo: mystiq: command not found

Solutions to mystiq: command not found

How To Fix mystiq: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu mystiq is provided by mystiq package.

mystiq is:

Powerful media converter. FFmpeg can read audio and video files in various formats and convert them into other formats. MystiQ features an intuitive graphical interface and a rich set of presets to help you convert media files within a few clicks. Advanced users can also adjust conversion parameters in detail.

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

sudo apt-get -y install mystiq

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

You can also use apt command to install mystiq.

sudo apt -y install mystiq

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

sudo aptitude install mystiq

Summary

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