GIMP (GNU Image Manipulation Program) is an open-source image editing and manipulation software. It is one of the most popular graphics editing software and is used by photographers and graphic designers for editing and retouching photos and creating digital art. GIMP is free to use and is available for Windows, Mac, and Linux operating systems.
Here at Ibmi Media, we will show you how to install GIMP on Ubuntu 22.04 or 20.04.
Let's get started...
Before we can install GIMP, it is recommended to update Ubuntu to ensure that all the software packages are up to date. To do this, open the terminal and run the following command:
$ sudo apt updateThe easiest and fastest way to install GIMP is via APT default method. To do this, open the terminal and run the following command:
$ sudo apt install gimpThis will install the latest version of GIMP.
If you want to install the latest version of GIMP, you can use the Launchpad PPA. To do this, open the terminal and run the following commands:
$ sudo add-apt-repository ppa:otto-kesselgulasch/gimp
$ sudo apt update
$ sudo apt install gimpIf you want to install the latest version of GIMP, you can use Flatpak. To do this, open the terminal and run the following commands:
$ sudo apt install flatpak
$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak install flathub org.gimp.GIMPIf you are having issues with the flatpak installation, you can try using the command line to install GIMP. To do this, open the terminal and run the following command:
$ flatpak install --from https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakrefOnce GIMP is installed, you can launch it from the terminal using the following command:
$ gimpYou can also launch it from the application menu by searching for Gimp and click it to open.
If you want to update GIMP to the latest version, you can use the APT default method. To do this, open the terminal and run the following command:
$ sudo apt update
$ sudo apt upgrade gimpYou can also use the flatpak version to update GIMP. To do this, open the terminal and run the following command:
$ flatpak update org.gimp.GIMPIf you want to remove (uninstall) GIMP, you can use the APT default method. To do this, open the terminal and run the following command:
$ sudo apt remove gimpYou can also use the flatpak version to remove GIMP. To do this, open the terminal and run the following command:
$ flatpak uninstall org.gimp.GIMPThis tutorial covers on Ubuntu 22.04 or 20.04. We also explained how to update Ubuntu, install GIMP via APT default method, APT with Launchpad PPA, APT with Flatpak, troubleshoot GIMP Flatpak installation, how to launch GIMP application, how to update GIMP and how to remove (uninstall) GIMP.