pinta command not found
In this troubleshooting guide we learn how to fix pinta command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
pinta: command not found
or when using sudo you get the following error message
sudo: pinta: command not found
Solutions to pinta: command not found
How To Fix pinta: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pinta is provided by pinta package.
pinta is:
Pinta is an easy to use drawing/editing program. Its goal is to provide a simplified experience for casual users.
Features include:
- Adjustments (Auto level, Black and White, Sepia, …)
- Effects (Motion blur, Glow, Warp, …)
- Multiple layers
- Unlimited undo/redo
- Drawing tools (Paintbrush, Pencil, Shapes, …)
To fix this problem, we can install more using the command below.
sudo apt-get -y install pinta
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pinta.
sudo apt -y install pinta
Or if you have aptitude installed you can use the following command.
sudo aptitude install pinta
Summary
In this tutorial we learn how to fix pinta command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.