11-10-2021, 06:19 PM
Quote:If I can just remove 2.10.24 without removing 2.10.28...
Both the snap and the flatpak are completely independent 'sandboxed' installations. One does not affect the other.
In a terminal check that you actually have the snap Gimp 2.10.24 installed with:
Code:
snap list
Code:
snap remove gimp
Looks like this: https://i.imgur.com/sSzh4HU.jpg
Otherwise for Gimp 2.10.24 and Ubuntu 21.04 it might be a regular install from the ubuntu repositories. Uninstall with
Code:
sudo apt remove gimp