Gimp

How to install GIMP GNU Image Manipulation Program on Linux

Gimp, aka GNU Image Manipulation Program, is a multi-platform and open-source tool that is used in photo editing, graphics designing, and making illustrations. It comes with all the tools that a designer or a photographer needs—being open-source means open to customization. Gimp supports many third-party plugins that help to enhance productivity. Gimp is undoubtedly the best alternative to paid commercial applications like Adobe Lightroom and Photoshop.

There are different approaches to get it on an Ubuntu device. Let’s check all of these approaches one by one:

Installing GIMP on Linux using Software store:

The first method is simple, open the Ubuntu software store and search “GNU Image Manipulation Program,” as shown in the images below:

gimp/multi.png

To begin the downloading and installation process of Gimp, click on the “Install” button:

../gimp/multi2.png

Once the downloading and installation is completed, search gimp in the applications:

../gimp/5%20copy.png

Open It:

../gimp/7.png

Installing GIMP on Linux using PPA Repository:

The second approach is for terminal users. To download and install Gimp, you need to copy and paste the below-mentioned command:

$sudo add-apt-repository ppa:otto-kesselgulasch/gimp

../gimp/10%20copy.png

Update the packages database using:

$sudo apt update

Now, to install Gimp, type the command mentioned below:

$sudo apt install gimp

../gimp/11%20copy.png

Gimp will be installed on your Linux device; search it in applications:

../gimp/12%20copy.png

Installing GIMP on Linux using Flatpak:

Flatpak is another new package deployment and management utility. Gimp can also be installed using Flatpak. To install Gimp using flatpak, first install flatpak utility using command:

$sudo apt install flatpak

../gimp/13%20copy.png

After getting it installed, copy the below-mentioned command in the terminal and press the return key:

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

It will ask for permissions. Press “Y/y” to continue the process:

../gimp/14%20copy.png

After installation, Gimp probably won’t be viewed in the applications. To run Gimp, use the command:

$flatpak run org.gimp.GIMP//stable

Or try rebooting using:

$sudo reboot

After restarting the Gimp application will appear in the applications menu:

../gimp/15%20copy.png

Uninstalling Gimp 2.10 from Linux:

If you have installed Gimp using the software store, then again open the software store, search gimp, and click on the remove button to delete the application.

../gimp/multi4.png

If you have installed Gimp using PPA, then type the below-mentioned command:

$sudo apt remove gimp

If you want to completely remove Gimp, use:

$sudo apt remove --autoremove gimp

If the Gimp is installed using flatpak, then use the following command to delete Gimp from Linux:

$flatpak uninstall gimp

../gimp/16%20copy.png

After running the above command, three options will appear, select the appropriate option (number 1-3) and press “Enter” to continue the deletion process.

About the author

Sam U

I am a professional graphics designer with over 6 years of experience. Currently doing research in virtual reality, augmented reality and mixed reality.
I hardly watch movies but love to read tech related books and articles.