How to Install GIMP 2.10 on Ubuntu 20.04

How to Install GIMP 2.10 on Ubuntu 20.04

In this article, we are going to show you that how to Install GIMP 2.10 on Ubuntu 20.04. If you want to learn about Installing GIMP 2.10 on Ubuntu then this article is ideal for you.

GIMP (GNU Image Manipulation Program)  is a most popular free, open-source and cross platform raster graphics editor tool that is used for image manipulation. It is released under GPLv3+ license and is available for Linux, macOS, and Microsoft Windows operating system.

Ubuntu is a Linux Operating System based on Debian and mostly composed of non-profit(free) and open-source software. It is a complete Linux operating system that compatible with desktops, laptops, server and other devices. Ubuntu is Open Source so it is freely available for both community and professional support.

if you are a learner and looking for a Linux distribution for Learning then Ubuntu Linux Operating System is best for you as a beginning.

Follow the below steps for starting to install GIMP 2.10 on Ubuntu 20.04 :

Prerequisites

To install GIMP 2.10, you must need to logged in with root or user with sudo privileges.


Step 1 : Update Package Index

Run below command to update the package index on ubuntu:

sudo apt update

Step 2 : Installing GIMP

By default, The  gimp package is available in the Ubuntu standard repository, so you can install it using apt package manager.

Run the below command to install GIMP 2.10 on Ubuntu :

sudo apt install gimp

Step 3 : Start GIMP Application

After run above command, GIMP application is installed in your system. So you can launch it by the click on Activities and search gimp and then click on GIMP icon. You can also open it via command line by typing gimp on your terminal.

When you launch Gimp Application, it will looks similar as below :

Gimp ubuntu 20.04

Upgrade GIMP

If there are new update of Gimp then you can upgrade GIMP package by running the below command.

sudo apt-get install --only-upgrade

Uninstall GIMP

 If you want to uninstall GIMP from your system then run the below command to remove the GIMP application and all its dependencies from system.

sudo apt-get purge gimp gimp-plugin-registry

That’s all

If you face any error and issue in above steps , please use comment box below to report.

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top