Skip to content

GIMP

GIMP is an open source raster graphics editor. Distributed under the GNU GPLv3 license.

GIMP Interface

Installation from repository

GIMP can be installed in any familiar and convenient way:

Install via GNOME Software

In three clicks 😊

Follow the link install GIMP and confirm the “open application” operation in the browser. The Application Center will open, select the source "Sisyphus" in it, and click the "download" button

Installation via terminal

shell
su -
apt-get update
apt-get install gimp
shell
epm -i gimp

Installation using Flatpak

If you have the Flatpak package, you can install GIMP with one command:

shell
flatpak install flathub org.gimp.GIMP

Or using the GNOME Software 🤔

Follow the link to install GIMP, then confirm the "open application" operation in the browser. After this, the Application Center will open, select the source "Flathub" in it and click the "download" button

Installation using Snaps

If you have the snapd package, you can install GIMP with one command:

shell
snap install gimp

or 🤔

using the GNOME Software install GIMP and confirm the “open application” operation in the browser

Published under the GPL-3.0+ license. The content is available under the CC BY-SA 4.0 license, unless otherwise specified.