For Zorin 17.x and Pop! OS 22.04/24.04 users who came from windows and wants a paint like program (like i do), here is a good alternative.
- Open terminal and write
sudo apt install dotnet-sdk-8.0 debhelper autotools-dev autoconf-archive gettext intltool libgtk-3-dev - Download Pinta from the official site. In this tutorial i use the .tar file
- Right click on the tarball and extract it.
- Right click on the folder and select open with terminal
- In the terminal write
./configure - When it's done write
sudo make install - Exit and enjoy

