kolourpaint command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
kolourpaint: command not found
or when using sudo you get the following error message
sudo: kolourpaint: command not found
Solutions to kolourpaint: command not found
How To Fix kolourpaint: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu kolourpaint is provided by kolourpaint package.
kolourpaint is:
KolourPaint is a simple drawing and image editing application for KDE. It aims to be easy to use, providing a level of functionality targeted towards the average user. It is ideal for common tasks such as drawing simple graphics and touching-up photos.
This package is part of the KDE graphics module.
To fix this problem, we can install more using the command below.
sudo apt-get -y install kolourpaint
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install kolourpaint.
sudo apt -y install kolourpaint
Or if you have aptitude installed you can use the following command.
sudo aptitude install kolourpaint
Summary
In this tutorial we learn how to fix kolourpaint command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.