11-09-2019, 11:30 AM
The updated Gimp 2.10.14 packages are now there in the 'buntu PPA https://launchpad.net/~otto-kesselgulasc...buntu/gimp
There is a problem with the python support package, if you are in no hurry to upgrade, stay with Gimp 2.10.12
I am sure this will be fixed eventually. If you are really keen to use Gimp 2.10.14 then this procedure
Update the repo list
Remove existing gimp-python
Install (update) Gimp and dependencies
Force the gimp-python installation
There is a problem with the python support package, if you are in no hurry to upgrade, stay with Gimp 2.10.12
I am sure this will be fixed eventually. If you are really keen to use Gimp 2.10.14 then this procedure
Update the repo list
Code:
sudo apt update
Remove existing gimp-python
Code:
sudo apt --purge remove gimp-python
Install (update) Gimp and dependencies
Code:
sudo apt install gimp libbabl-0.1-0 libgegl-0.4-0
Force the gimp-python installation
Code:
sudo apt -o Dpkg::Options::="--force-overwrite" install gimp-python