GIMP Flatpak Installation on Ubuntu 16.04 – How to Guide

flatpakgimp

I install GIMP as shown in https://www.gimp.org/downloads/ by run the command in terminal

flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref

Output

This application depends on runtimes from:
  https://dl.flathub.org/repo/
Configure this as new remote 'flathub' [y/n]: y
Installing: org.gimp.GIMP/x86_64/stable
Required runtime for org.gimp.GIMP/x86_64/stable (org.gnome.Platform/x86_64/3.24) is not installed, searching...
Found in remote flathub, do you want to install it? [y/n]: y
Installing: org.gnome.Platform/x86_64/3.24 from flathub
[####################] 10 delta parts, 72 loose fetched; 196650 KiB transferred 
Installing: org.freedesktop.Platform.ffmpeg/x86_64/1.6 from flathub
[####################] 1 delta parts, 2 loose fetched; 2649 KiB transferred in 9
Installing: org.gtk.Gtk3theme.Ambiance/x86_64/3.22 from flathub
[####################] 1 delta parts, 1 loose fetched; 292 KiB transferred in 5 
Installing: org.gnome.Platform.Locale/x86_64/3.24 from flathub
[####################] 4 metadata, 1 content objects fetched; 14 KiB transferred
Installing: org.gimp.GIMP/x86_64/stable from flathub
[####################] 2 delta parts, 11 loose fetched; 40337 KiB transferred in
Installing: org.gimp.GIMP.Locale/x86_64/stable from flathub
[####################] 3 metadata, 1 content objects fetched; 6 KiB transferred 

Then I tried again, it shown that GIMP is installed

error: App org.gimp.GIMP, branch stable is already installed

Now, I want to run GIMP, but I don't know how to start GIMP. I cannot find GIMP anywhere.

Tried to use terminal

gimp
zsh: command not found: gimp

Then, I use "Search your computer" (top left icon on desktop) and I cannot find GIMP anywhere.

So, where is flatpak install GIMP ?

Best Answer

Type in terminal

flatpak run org.gimp.GIMP

Then it will open GIMP

Related Question