Spotlight

Case Study Microsoft

How Microsoft scaled global content delivery

Find out how Microsoft used Gcore to strengthen delivery across regions.

case study ProSieben GNTM app TOPSHOT

How ProSieben scaled GNTM's app TOPSHOT

Explore how ProSieben brought real-time AI portraits to GNTM's audience.

case study Higgsfield

How Higgsfield scaled AI video generation

See how Gcore helped Higgsfield scale with GPUs and Managed Kubernetes.

case study Fawkes Games

How Fawkes Games stopped DDoS attacks

See how Gcore protected gaming servers from massive DDoS threats without disrupting gameplay.

We're hiring

Help build the next chapter of the web

We're not just filling seats. We're building a team that will write the next chapter of the internet.

  1. Home
  2. Learning
  3. How to Install GIMP on Ubuntu

How to Install GIMP on Ubuntu

  • By Gcore
  • September 1, 2023
  • 3 min read
How to Install GIMP on Ubuntu

Unlocking the world of graphic design on your Linux system has never been easier. If you’re using Ubuntu and are on the hunt for a robust, open-source image editor, GIMP stands out as a premier choice. Follow our step-by-step guide to seamlessly install GIMP on Ubuntu and embark on your creative journey with confidence and ease.

What is GIMP?

GIMP is a highly efficient and versatile software that enables photo retouching, image composition, and authoring with utmost ease and precision. It is an open-source raster graphics editor that is absolutely free to use, making it an excellent choice for graphic designers, photographers, and artists alike. Here’s some notable features:

  1. Layered Editing. Just like premium software, GIMP offers the ability to work with multiple layers in an image, allowing for complex compositions and edits.
  2. Customizable Interface. Users can modify the layout and tools according to their preferences, optimizing the workspace for specific tasks.
  3. Extensive File Format Support. GIMP supports a variety of file formats including JPEG, GIF, PNG, TIFF, and more. It also provides a unique XCF format that preserves layers and other image attributes.
  4. Scripting and Automation. Through languages like Scheme, Python, and Perl, tasks in GIMP can be automated, making repetitive tasks faster and more consistent.
  5. Advanced tools. It provides sophisticated tools that are often comparable to premium software like Adobe Photoshop. This includes layers, masks, advanced filters, color adjustment tools, and a comprehensive suite of brushes.

With these features and many others, GIMP establishes itself as a powerful asset in the realm of graphic design, competing closely with certain premium software regarding its capabilities. In the following section, we’ll explore how to set it up on Ubuntu.

Installing GIMP Using the Terminal

Here’s a step-by-step guide on how to install GIMP through the terminal:

#1 Update Package Lists

Before installing any new software, it’s a good habit to ensure your system’s package lists are up to date.

sudo apt update

#2 Install GIMP

Now, use the apt package manager to install GIMP.

sudo apt install gimp

The terminal will show you which packages are going to be installed and will ask for your confirmation. Simply press ‘Y’ to proceed.

#3 Launch GIMP

Once the installation is complete, you can either launch GIMP from your application menu, or type gimp into the terminal and press enter.

#4 Verify Installation

To ensure GIMP was successfully installed, you can type the following:

gimp --version

Installing GIMP via Ubuntu Software Center

The Ubuntu Software Center provides a graphical user interface that allows users to search for, install, and manage software packages. Here’s a step-by-step guide on how to install GIMP using the Ubuntu Software Center:

#1 Open Ubuntu Software Center

Click on the Ubuntu Software Center icon on your dock or application menu. If you can’t locate it directly, you can search for “Software” or “Ubuntu Software” in the application menu.

#2 Search for GIMP

Once inside the Ubuntu Software Center, there will be a search bar at the top. Type “GIMP” into the search bar and press enter.

#3 Select and Install GIMP

You will see a list of applications related to your search term. Locate the official GIMP application. It should have a recognizable logo and description. On the GIMP software detail page, there will be an “Install” button. Click this button. If prompted, enter your password and grant the necessary permissions.

 #4 Launch GIMP

After the installation, GIMP will be added to your application list. You can launch it directly from the Ubuntu Software Center by clicking the “Launch” button, or you can find it in your application menu.

That’s it! Installing GIMP on Ubuntu is straightforward, whether you’re using the command-line Terminal or the user-friendly Ubuntu Software Center. By following the provided steps, you’ll equip yourself with a powerful graphics editing tool, primed to assist you in all your creative endeavors. Ubuntu’s versatility in offering multiple installation methods ensures that users of all skill levels can seamlessly access the required software. Dive into your projects and happy designing with GIMP!

Conclusion

Want to run Ubuntu in a virtual environment? With Gcore Cloud, you can choose from Basic VM, Virtual Instances, or VPS/VDS suitable for Ubuntu:

Choose an instance

Related articles

A glowing orange diagram illustrates data flow from client to edge, then to live processing, emphasizing security.
Running an MCP Server at the Edge

The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context and tools to LLMs. Think of it as a USB-C for AI — a universal interface that lets any LLM client communicate with any tool server witho

Diagram comparing Matchit and Regex for processing web requests, showing Matchit as faster and more efficient.
Routing with Matchit vs RegEx

Choosing the right routing strategy can make a significant difference in your FastEdge application's performance. This guide benchmarks three approaches on WASM.Approach 1: matchitmatchit is a Rust route-recognition library that uses a radi

Diagram showing a centralized KV data store connected to a web browser and global data centers.
Working with Edge KV Storage

This post covers Working with Edge KV Storage — a foundational pattern for stateful edge applications.How It WorksStore and retrieve key-value data at the edge. Perfect for config, feature flags, and session data distributed globally.Edge K

Network diagram illustrating secure data flow from client to edge and live processing.
WebSocket Proxying at the Edge

FastEdge workers aren't limited to just responding to incoming requests — they can also make outbound network requests to external services. This opens up a world of possibilities: aggregating data from multiple APIs, proxying requests to u

Diagram showing edge code securely accessing a secrets vault with authorized access control.
Using Environment Variables and Secrets

Security at the edge means threats are stopped before they reach your infrastructure. By implementing security logic in FastEdge workers, you can validate, filter, and block requests at the closest edge location to the user — providing the

Orange diagram shows data uploading, edge security, and S3 cloud storage.
Upload Files to S3 from the Edge

FastEdge provides distributed edge KV storage that lets you read and write data from any edge location worldwide. Unlike traditional centralized databases, edge KV stores data close to users — reads are served from the nearest PoP, making t

Subscribe to our newsletter

Get the latest industry trends, exclusive insights, and Gcore updates delivered straight to your inbox.