krita command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
krita: command not found
or when using sudo you get the following error message
sudo: krita: command not found
Solutions to krita: command not found
How To Fix krita: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu krita is provided by krita package.
krita is:
Krita is a creative application for raster images. Whether you want to create from scratch or work with existing images, Krita is for you. You can work with photos or scanned images, or start with a blank slate. Krita supports most graphics tablets out of the box.
Krita is different from other graphics design programs in that it has pluggable brush engines, some supporting brush resources like Gimp brush files, others offering sophisticated simulation of real brushes, and others again offering color mixing and image deformations. Moreover, Krita has full support for graphics tablets, including such features as pressure, tilt and rate, making it a great choice for artists. There are easy to use tools for drawing lines, ellipses and rectangles, and the freehand tool is supported by pluggable “drawing assistants” that help you draw shapes that still have a freehand feeling to them.
To fix this problem, we can install more using the command below.
sudo apt-get -y install krita
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install krita.
sudo apt -y install krita
Or if you have aptitude installed you can use the following command.
sudo aptitude install krita
Summary
In this tutorial we learn how to fix krita command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.