zart command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
zart: command not found
or when using sudo you get the following error message
sudo: zart: command not found
Solutions to zart: command not found
How To Fix zart: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zart is provided by gmic-zart package.
gmic-zart 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 ZArt, a program whose purpose is to demonstrate the possibilities of the G’MIC image processing language by offering the choice of several manipulations on a video stream acquired from a webcam. In other words, ZArt is a GUI for G’MIC real-time manipulations on the output of a webcam.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gmic-zart
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gmic-zart.
sudo apt -y install gmic-zart
Or if you have aptitude installed you can use the following command.
sudo aptitude install gmic-zart
Summary
In this tutorial we learn how to fix zart command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.