How to install GIMP 2.10.34 in Ubuntu Linux via flathub and install GIMP via Ubuntu PPA. GIMP is an open source image editor for Linux Ubuntu Systems.
Run the following commands in terminal to install GIMP 2.10.34 in Ubuntu Linux via flathub:
sudo apt install flatpak flatpak remote-add –user flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo flatpak install --user flathub-beta org.gimp.GIMP
Once installed, start gimp from terminal. Run the command “flatpak run org.gimp.GIMP” in terminal.
You can also install GIMP in Ubuntu Linux via PPA. Run the following commands to install the unofficial Ubuntu Handbook PPA:
sudo add-apt-repository ppa:ubuntuhandbook1/gimp sudo apt-get update sudo apt install gimp libgegl-0.4-0 libbabl-0.1-0
Once installed open GIMP image editor from Ubuntu Dash.