11-22-2021, 08:46 AM
(This post was last modified: 11-22-2021, 08:58 AM by rich2005.
Edit Reason: typo
)
(11-22-2021, 07:42 AM)joseph@linux Wrote: If I want to remove the version of gimp that I downloaded from flatpak, How do I do that ?
A good question. In a terminal if you run the command
Code:
flatpak --help
It lists the command line options.
To uninstall flatpak Gimp, list the components and use the uninstall switch. As linux will auto complete names using the tab key. Uninstall one at a time or several. Example, you probably do not have mint theme. Use the listing for your version of linux.
Code:
flatpak uninstall org.gimp.GIMP org.gimp.GIMP.Manual org.freedesktop.Platform.GL.default org.freedesktop.Platform.openh264 org.gnome.Platform org.gtk.Gtk3theme.Mint-Y
Next question. What are you going to replace it with (if anything) The other options SNAP, repo, PPA do not have Gimp python2. Therefore no python plugins work.