lazpaint command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lazpaint: command not found
or when using sudo you get the following error message
sudo: lazpaint: command not found
Solutions to lazpaint: command not found
How To Fix lazpaint: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lazpaint is provided by lazpaint-gtk2 package.
lazpaint-gtk2 is:
Can read layered files (lzp, ora, pdn, oXo, flat psd), multi-images (gif, ico, tiff), flat files (bmp, jpeg, pcx, png, tga, webp, xpm, xwd), raw images (dng, cr2, nef, arw…), vectorial (svg), 3D (obj). Has drawing tools, vector shapes, phong shading, curve adjustments, filters, render some textures, Python scripting. Uses Gtk2 widgetset.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lazpaint-gtk2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lazpaint-gtk2.
sudo apt -y install lazpaint-gtk2
Or if you have aptitude installed you can use the following command.
sudo aptitude install lazpaint-gtk2
Summary
In this tutorial we learn how to fix lazpaint command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.