06-04-2024, 02:35 PM
(This post was last modified: 06-04-2024, 06:27 PM by rich2005.
Edit Reason: typo
)
First Ubuntu 20.04 / Gimp 2.10.38 (Panda Jim) There was an initial release, then a few days later a second dated 2024-05-17 with Python support but no Gimp-Python package. The regular 2.10.36 Gimp-Python package works. It is what I use with kubuntu 20.04
In a terminal try
If that does not work, get the attached zip, unzip and install it with
If you upgrade your system to Ubuntu 22.04 then there is a complete Gimp 2.10.38 appimage see:
https://www.gimp-forum.net/Thread-new-gi...th-python2
As a note: In my Kubuntu 22.04 laptop, I am using Gimp 2.10.38 (Panda Jim) There is no Python support for this, so I am using an older appimage loader for python.
The full Gimp appimage "everything-in-one" is easier.
In a terminal try
Code:
sudo apt install gimp-python
If that does not work, get the attached zip, unzip and install it with
Code:
sudo dpkg -i gimp-python_2.10.36-1build1~ubuntu2004_amd64.deb
Quote:... Is it possible to upgrade this to 22.04 (or 24.04) whilst retaining Python 2.7?
If you upgrade your system to Ubuntu 22.04 then there is a complete Gimp 2.10.38 appimage see:
https://www.gimp-forum.net/Thread-new-gi...th-python2
As a note: In my Kubuntu 22.04 laptop, I am using Gimp 2.10.38 (Panda Jim) There is no Python support for this, so I am using an older appimage loader for python.
The full Gimp appimage "everything-in-one" is easier.