• Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us
TecAdmin
Menu
  • Home
  • Ubuntu 18.04
    • Whats New?
    • Upgrade Ubuntu
    • Install Java
    • Install Node.js
    • Install Docker
    • Install Git
    • Install LAMP Stack
  • Tutorials
    • AWS
    • Shell Scripting
    • Docker
    • Git
    • MongoDB
  • Funny Tools
  • FeedBack
  • Submit Article
  • About Us

How to Install GIMP 2.10 on Debian 10

Written by Rahul, Updated on October 7, 2020

GIMP is GNU Image Manipulation Program is an open source application for the image manipulation or images editor. Using this application, you can easily optimize the image, convert the type of image etc. This provides a power and flexibility to the web designers to transform images into truly unique creations.

GIMP is a cross platform application, available for the Linux, Windows, MAC OS, and FreeBSD etc. This article will help you to install Gimp on Debian 10 (Buster) Linux system.

Installing GIMP on Debian 10

You have multiple ways for the installation of Gimp on your Debian systems. The default package repository contains an older version of Gimp packages. So, I suggest installing Gimp suing snap package utility.

Before running the following command, make sure that you have installed Snap package manager on your Debian system.

sudo apt install snapd 

Then run the following command to install Gimp on your Debian system:

sudo snap install gimp 

That’s it. GIMP image editor has been successfully installed.

Open GIMP Application

Search the text “gimp” under the Activities all applications. Click on the Gimp icon to launch the application. You can also launch gimp application using the command line by typing “gimp”.

Install Gimp on Debian 10

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 snap remove gimp 

Gimp application has been removed from your system.

Conclusion

In this tutorial, you have learned to install Gimp image editor on Debian 10 Linux system.

Share it!
Share on Facebook
Share on Twitter
Share on LinkedIn
Share on Reddit
Share on Tumblr
Share on Whatsapp
Rahul
Rahul
Connect on Facebook Connect on Twitter

I, Rahul Kumar am the founder and chief editor of TecAdmin.net. I am a Red Hat Certified Engineer (RHCE) and working as an IT professional since 2009..

1 Comment

  1. Avatar Papyrus Auxilium Reply
    December 5, 2020 at 11:17 am

    thanks, Kumar

Leave a Reply Cancel reply

Popular Posts

  • How to Install Python 3.9 on CentOS/RHEL 7 & Fedora 32/31 0
  • How To Install VNC Server on Ubuntu 20.04 1
  • How To Install NVM on macOS with Homebrew 0
  • (Solved) apt-add-repository command not found – Ubuntu & Debian 0
  • How to Install .NET Core on Debian 10 0
© 2013-2020 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy