12-03-2023, 06:32 AM
also posted @ GimpChat
This Gimp version is part of Ubuntu 24.04 'Noble' long term support to be released in April 2024. The apt package is already available and from that we make the AppImages.
These AppImages use an 'overlay filesystem' supported by Ubuntu automatically . Other distros like MX Linux use a 'fuse-overlayfs' . For MX install with: ' sudo apt install fuse-overlayfs '
Tested on Ubuntu 22.04 and MX Linux 23.1. They don't work on earlier systems.
get them here
On the Gimp Ubuntu snap package with python
I found it can be installed with
It's a bit more relaxed than using the --dangerous switch
This Gimp version is part of Ubuntu 24.04 'Noble' long term support to be released in April 2024. The apt package is already available and from that we make the AppImages.
These AppImages use an 'overlay filesystem' supported by Ubuntu automatically . Other distros like MX Linux use a 'fuse-overlayfs' . For MX install with: ' sudo apt install fuse-overlayfs '
Tested on Ubuntu 22.04 and MX Linux 23.1. They don't work on earlier systems.
get them here
On the Gimp Ubuntu snap package with python
I found it can be installed with
Code:
sudo snap install --devmode ./gimp_2.10.34_python2_amd64.snap
It's a bit more relaxed than using the --dangerous switch