Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Linux Distributions»Ubuntu»How To Install GIMP 2.10 on Ubuntu 20.04

    How To Install GIMP 2.10 on Ubuntu 20.04

    RahulBy RahulJune 16, 20202 Mins ReadUpdated:July 30, 2021

    GIMP (GNU Image Manipulation Program) is a freely distributed software for manipulating images. We can easily optimize the image, convert their type using GIMP. It provides the power and flexibility to designers to transform images into truly unique creations. GIMP is a cross platforms application and is available for Linux, Windows, MAC OS, and FreeBSD, etc. This article will help you to install the latest Gimp on Ubuntu 20.04 Focal LTS Linux system.

    Prerequisites

    A running Ubuntu 20.04 Desktop system with sudo privileged account access.

    Step 1 – Installing GIMP

    Login to your Ubuntu desktop system and add an external apt repository in your system to install Gimp on Ubuntu 20.04 system.

    First of all, execute the following command to configure Gimp PPA to your system.

    sudo add-apt-repository ppa:ubuntuhandbook1/gimp 
    

    Then, execute the below commands to install Gimp on your Ubuntu system.

    sudo apt update 
    sudo apt install gimp 
    

    Step 2 – Access GIMP Application

    Type “gimp” on the system terminal or use the Gimp launcher icon to start the application.

    gimp 
    

    Installing Gimp on Ubuntu

    Install Gimp on Ubuntu

    Step 3- Uninstall GIMP

    If you no longer need of Gimp and want to remove from your system, Use the following command to remove all Gimp application and associated data from your system.

    sudo apt-get autoremove gimp gimp-plugin-registry 
    

    Conclusion

    In this tutorial, you have learned to install, upgrade or uninstall the Gimp application on your Ubuntu 20.04 system.

    code editor gimp
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow to Install Dovecot (POP/IMAP) on Debian 10
    Next Article How To Install Nginx with PHP-FPM on Ubuntu 20.04

    Related Posts

    How to Install Composer on Ubuntu 22.04

    Updated:June 24, 20223 Mins Read

    How to Install Apache Kafka on Ubuntu 22.04

    Updated:June 5, 20225 Mins Read

    Setting Up Environment Variables on Ubuntu

    Updated:May 28, 20222 Mins Read

    How to Install Apache Solr 9.0 on Ubuntu 22.04

    Updated:May 26, 20223 Mins Read

    How to Install .NET Core (dotnet) on Ubuntu 22.04

    Updated:May 25, 20224 Mins Read

    Changing the Login Screen Background in Ubuntu 22.04 & 20.04

    Updated:May 9, 20222 Mins Read

    5 Comments

    1. Thomas D Wilhelm on April 29, 2021 11:21 pm

      I ran the following:

      sudo snap install gimp

      This worked in my case.

      Reply
    2. mahendra k mishra on August 3, 2020 9:28 am

      Problem in package. package has broken

      Reply
      • Rahul on August 4, 2020 1:02 pm

        Hi Mahendra,

        What error are you getting?

        Reply
        • Marcin Wosinek on May 19, 2021 9:29 am

          “`
          $ sudo apt install gimp
          Reading package lists… Done
          Building dependency tree
          Reading state information… Done
          Some packages could not be installed. This may mean that you have
          requested an impossible situation or if you are using the unstable
          distribution that some required packages have not yet been created
          or been moved out of Incoming.
          The following information may help to resolve the situation:

          The following packages have unmet dependencies:
          gimp : Depends: libgimp2.0 (>= 2.10.18) but it is not going to be installed
          Depends: libgimp2.0 (= 0.4.22) but it is not going to be installed
          “`

          Reply
    3. Jonathan Gossage on August 2, 2020 3:00 pm

      It looks as if the problem may be that the package libopenexr23 has changed its name to libopenexr24 which is installed on my system. It is needed by libgegl which is needed by libgimp2.0. It appears that some dependencies may need to be fixed but they may not be under your control.

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • Filesystem Hierarchy Structure (FHS) in Linux
    • How to accept user input in Python
    • What is difference between var, let and const in JavaScript?
    • What is CPU? – Definition, Types and Parts
    • What is the /etc/aliases file
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.