Dup Ver Goto 📝

PrerequisitesForGimp

PT2/aw/graphics/gimp does not exist
To
13 lines, 45 words, 358 chars Page 'PrerequisitesForGimp' does not exist.

Ubuntu 22.04

sudo apt-get -y build-dep gimp
sudo apt install ppa-purge
sudo ppa-purge ppa:otto-kesselgulasch/gimp
sudo add-apt-repository ppa:ubuntuhandbook1/gimp
sudo apt update && sudo apt upgrade
sudo apt-get install gegl libgegl-0.4.0 libgegl-dev

Then

./configure --prefix=/where/to --disable-python && make -j4 && make install