• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

How to Install GIMP on Ubuntu 22.04

Written by Admin, Updated On January 13, 2023
gimp, ubuntu
How to Install Gimp on Ubuntu 22.04

GIMP is popular cross-platform and open-source application for image manipulation. It’s can be use to optimize images, convert the types of images and much more. GIMP is available for Linux, Windows, macOS, and FreeBSD etc. In this guide you will learn how to install the latest Gimp on Ubuntu 22.04.

How to Install GIMP on Ubuntu 22.04#

Peform the following steps to install GIMP on Ubuntu 22.04:

Step 1 – Prerequisites#

You must logged in as root or user account with sudo privileges.

Step 2 – Update System#

First of all update the package index by running below command:

sudo apt update && upgrade -y

Step 3 – Install GIMP#

By default, the Ubuntu standard repository includes the gimp package on Ubuntu 22.04.

We will install it using the apt package manager. You would simply execute the below command to install:

sudo apt install gimp -y

Step 4 – Start GIMP Application#

That’s it, GIMP application is installed on your Ubuntu system. To start it click on Activities and search gimp keyword and click on GIMP icon. If you are familiar with command line than you can start it by typing gimp on your terminal.

It will show like at initially:

gimp-ubuntu

Upgrade GIMP#

You can upgrade GIMP package whenever the new update is available, run the following command.

sudo apt-get install --only-upgrade

Uninstall GIMP#

If you would like to uninstall the GIMP application you can do it easily. Use the below command to remove the GIMP application and all dependencies from your system.

sudo apt-get purge gimp gimp-plugin-registry

At last, you can run the below command to remove any unused files and free up disk space.

sudo apt-get autoremove

GIMP Features#

Following the few important features of GIMP:

  • File Formats
    • SVG path import/export
    • Load, display, convert, save to many file formats
    • File formats supported include bmp, gif, jpeg, mng, pcx, pdf, png, ps, psd, svg, tiff, tga, xpm, and many others
  • Animation
    • Load and save animations in a convenient frame-as-layer format
  • Photo enhancement, digital retouching, and customizable Interface.
  • Advanced Manipulation
    • Layers and channels
    • Multiple Undo/Redo
    • Fully alpha channel support
    • Transformation tools including rotate, scale, shear and flip
    • Selection tools including rectangle, rounded rectangle, ellipse, free, fuzzy
  • Extensible
    • Advanced scripting capabilities (Scheme, Python, Perl).
    • More Than 100 plugins already available.
  • Hardware Support

Conclusion#

You have learned how to install the GIMP application on the Ubuntu 22.04 system. To know more about GIMP 2.10 visit release note.

If you have any questions or feedback, please leave a comment below.

If our content helps you, please consider buying us a coffee

Thank you for your support.

Share On
Share on Facebook
Share on Twitter
Share on Reddit
Share on Tumblr
 Previous Article How to Install Notepad++ on Debian 11
Next Article   How to Install Jenkins on Ubuntu 22.04

Related Posts

  • How to Install and Use PHP Composer on Ubuntu 22.04

    How to Install Composer on Ubuntu 22.04

    January 31, 2023
  • How to Install Nginx on Ubuntu 22.04

    How to Install Nginx on Ubuntu 22.04

    January 28, 2023
  • How to Install Puppet Agent on Ubuntu 22.04

    How to Install Puppet Agent on Ubuntu 22.04

    January 22, 2023

Leave a Reply Cancel reply

DigitalOcean Referral Badge

Popular Posts

  • How to Install SSH Keys on Ubuntu 22.04
    How to Set up SSH Keys on Ubuntu 22.04 January 7, 2023
  • How to Install Mongodb on Debian 11
    How to Install MongoDB on Debian 11 Linux January 11, 2023
  • How to Install Puppet Agent on Ubuntu 22.04
    How to Install Puppet Agent on Ubuntu 22.04 January 22, 2023
  • How to Install Jenkins on Debian 11
    How to Install Jenkins on Debian 11 January 5, 2023
  • How to Change-Hostname Ubuntu 22.04
    How to Change Hostname on Ubuntu 22.04 January 19, 2023
© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook