gmic_krita_qt command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gmic_krita_qt: command not found
or when using sudo you get the following error message
sudo: gmic_krita_qt: command not found
Solutions to gmic_krita_qt: command not found
How To Fix gmic_krita_qt: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gmic_krita_qt is provided by krita-gmic package.
krita-gmic is:
G’MIC is an open and full-featured framework for image processing, providing several different user interfaces to convert/manipulate/filter/visualize generic image datasets, from 1d scalar signals to 3d+t sequences of multi-spectral volumetric images.
This package contains the helper tool for the QMic plugin of Krita.
To fix this problem, we can install more using the command below.
sudo apt-get -y install krita-gmic
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install krita-gmic.
sudo apt -y install krita-gmic
Or if you have aptitude installed you can use the following command.
sudo aptitude install krita-gmic
Summary
In this tutorial we learn how to fix gmic_krita_qt command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.