Switch to full style
Ask all general Gimp related questions here
Post a reply

UPDATE - I was able to install Gimp with Python-Fu ( SOLVED )

Tue Oct 25, 2022 2:51 am

GIMP Version: 2.10.32
Operating System: Linux
GIMP Experience: Basic Level



Hi Gimp users

I installed Gimp On Linux Mint inside a VirtalBox.

As you can see from the photo Gimp have :
Python-Fu and Script-Fu.

These are the commands and steps I made :

First I Install Flatpak with the terminal commands:
1) sudo apt install flatpak
2) flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
3) To complete setup, restart your system.

Then I installed gimp with the terminal commands:
1) sudo flatpak install flathub org.gimp.GIMP
2) flatpak run org.gimp.GIMP

Then I Get a Lists the available flatpak plugins for Gimp
with the terminal command:

1) flatpak search org.gimp.GIMP.plugin

For example I Add one of the plugin for GIMP
with the terminal command:

1) sudo flatpak install org.gimp.GIMP.Plugin.Resynthesizer

You can add few other plugins like : g’mic

I did not install the default gimp.
Post a reply