{"id":44674,"date":"2023-11-09T15:09:16","date_gmt":"2023-11-09T15:09:16","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=44674"},"modified":"2025-04-13T08:34:20","modified_gmt":"2025-04-13T08:34:20","slug":"gimp-2-10-36-release","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2023\/11\/gimp-2-10-36-release\/","title":{"rendered":"How to Install The Old GIMP 2.10.38 in Ubuntu 24.04 | 22.04"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-40946\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/06\/gimp-logo-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/06\/gimp-logo-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/06\/gimp-logo-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/06\/gimp-logo-600x600.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/06\/gimp-logo-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2022\/06\/gimp-logo.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/p>\n<p>GIMP image editor now is at version 3.0.x, and I&#8217;ve made <a href=\"https:\/\/ubuntuhandbook.org\/index.php\/2024\/11\/install-gimp-3-ubuntu\/\" target=\"_blank\" rel=\"noopener\">a PPA<\/a> for those who prefer the native .deb package format.<\/p>\n<p>If somehow you need to install the old GIMP 2.10.38 in Ubuntu, then this tutorial may help!<\/p>\n<p>First of all, GIMP 2.10.38 includes <b>Windows Ink drivers<\/b> support for better tablets support on Windows. It also backports some small features from GTK3 to GTK2, with some improvements for Windows users. They include:<\/p>\n<ul>\n<li>Use native Windows API for converting keystrokes to characters,<\/li>\n<li>Fix keyboard input when using IMEs,<\/li>\n<li>Fix mouse events in presence of transparent windows on the desktop,<\/li>\n<li>Win32 IME Fixes, and more.<\/li>\n<\/ul>\n<p>Besides the improvements for Windows users, the release also includes various bug-fixes, including that <strong>GIMP crashes every time on exit in my case in Ubuntu 24.04<\/strong>. See <a href=\"https:\/\/www.gimp.org\/news\/2024\/05\/05\/gimp-2-10-38-released\/\" target=\"_blank\" rel=\"noopener\">release note<\/a> for more about GIMP 2.10.38.<\/p>\n<p>(Old content for GIMP 2.10.36) The new release also has some new features. They include <b>Adobe Swatch Exchange (ASE)<\/b> and <b>Adobe Color Book (ACB)<\/b> palettes support.<\/p>\n<p><b>Gradient Tool now has an &#8220;FG to Transparent (Hardedge)&#8221; option<\/b>, to generate a gradient from the foreground color to transparency, with hard-edge transitions between the 2 colors. Which, as well includes a &#8220;Repeat&#8221; option to alternate repetitive colored shapes.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-fg2transparenthardedge.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-44675\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-fg2transparenthardedge-600x322.webp\" alt=\"\" width=\"600\" height=\"322\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-fg2transparenthardedge-600x322.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-fg2transparenthardedge-300x161.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-fg2transparenthardedge-768x412.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-fg2transparenthardedge-1320x708.webp 1320w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-fg2transparenthardedge.webp 1445w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>Other changes in <a href=\"https:\/\/www.gimp.org\/news\/2023\/11\/07\/gimp-2-10-36-released\/\" target=\"_blank\" rel=\"noopener\">GIMP 2.10.36<\/a> include:<\/p>\n<ul>\n<li>Load GIF images with PixelAspectRatio header metadata correctly.<\/li>\n<li>Improve formatting behavior when selecting and changing text on canvas.<\/li>\n<li>Add &#8220;Table of Contents&#8221; option under Help &gt; User Manual submenu.<\/li>\n<li>Workaround broken graphic tablet with recent linuxwacom driver on Linux.<\/li>\n<\/ul>\n<h3>How to Install GIMP 2.10.38 in Ubuntu<\/h3>\n<p>GIMP provides official Linux package through <b>Flatpak<\/b>. For choices, they are <b>Snap<\/b> package and <b>Ubuntu PPAs (.deb)<\/b> maintained by contributors.<\/p>\n<h4>Option 1: Flatpak (official)<\/h4>\n<p>Flatpak is an universal package format that can be installed in most Linux, though it runs in sandbox.<\/p>\n<p>To install <a href=\"https:\/\/flathub.org\/apps\/org.gimp.GIMP\" target=\"_blank\" rel=\"noopener\">GIMP Flatpak package<\/a>, press <b>Ctrl+Alt+T<\/b> on keyboard to open terminal and run the 2 commands below one by one:<\/p>\n<ul>\n<li>Install the Flatpak daemon package:\n<pre>sudo apt install flatpak<\/pre>\n<\/li>\n<li>Install GIMP Flatpak package:\n<pre>flatpak install https:\/\/dl.flathub.org\/repo\/appstream\/org.gimp.GIMP.flatpakref<\/pre>\n<\/li>\n<\/ul>\n<p>If you already installed an old version of the Flatpak package, try to update it by running command:<\/p>\n<pre>flatpak update org.gimp.GIMP<\/pre>\n<p><b>UPDATE: The Flatpak now updated to GIMP 3.0.x! If you do need GIMP 2.10.38, try the command below to downgrade the Flatpack:<\/b><\/p>\n<pre>sudo flatpak update org.gimp.GIMP --commit=83b335255cc239e223ada842f99107d1d6ce51b511a8ae2a278005c2e2809242<\/pre>\n<p><b>As time goes on, the old commit will be removed! At that time, this command will no longer work.<\/b><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/flatpak-downgradegimp.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-48646\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/flatpak-downgradegimp-700x464.webp\" alt=\"\" width=\"610\" height=\"404\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/flatpak-downgradegimp-700x464.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/flatpak-downgradegimp-300x199.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/flatpak-downgradegimp-768x509.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/flatpak-downgradegimp.webp 994w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<h4>Option 2: Snap package<\/h4>\n<p>Like Flatpak, Snap is also an universal Linux package format runs in sandbox environment. It&#8217;s easy to install by simply search &amp; click installing in App Center (or Ubuntu Software for 22.04 &amp; earlier).<\/p>\n<p><b>NOTE: The Snap package now is updated to GIMP 3.0.x!!!<\/b><\/p>\n<h4>Option 3: Ubuntu PPA<\/h4>\n<p>For those who prefer native <code>.deb<\/code> package format, this <a href=\"https:\/\/launchpad.net\/~ubuntuhandbook1\/+archive\/ubuntu\/gimp\" target=\"_blank\" rel=\"noopener\">unofficial PPA<\/a> contains GIMP 2.10.38 for Ubuntu 24.04, Ubuntu 22.04, Ubuntu 20.04, and Ubuntu 23.10, with amd64, arm64 and armhf support.<\/p>\n<p>1. First, open terminal (press Ctrl+Alt+T) and run command to add PPA:<\/p>\n<pre>sudo add-apt-repository ppa:ubuntuhandbook1\/gimp<\/pre>\n<p><i>Type user password (no asterisk feedback) when it asks and hit Enter to continue.<\/i><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-ppa-jammy.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-44677\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-ppa-jammy-600x393.webp\" alt=\"\" width=\"600\" height=\"393\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-ppa-jammy-600x393.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-ppa-jammy-300x197.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-ppa-jammy-768x503.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/gimp-ppa-jammy.webp 786w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>\n<p>2. Linux Mint users need to manually refresh system package cache, though, it&#8217;s done automatically in Ubuntu while adding PPA. To do so, run command:<\/p>\n<pre>sudo apt update<\/pre>\n<p>3. Finally, run command to install GIMP 2.10.38:<\/p>\n<pre>sudo apt install gimp gegl libgexiv2-2<\/pre>\n<p><b>NOTE: If you&#8217;ve GIMP 3.0.x installed, first remove it via the command under &#8220;Uninstall GIMP&#8221; section, then use the command below instead to install GIMP 2.10.x from this PPA:<\/b><\/p>\n<pre>sudo apt install -t \"o=LP-PPA-ubuntuhandbook1-gimp\" gimp libbabl-0.1-0 gegl libgexiv2-2<\/pre>\n<div id=\"attachment_48647\" style=\"width: 620px\" class=\"wp-caption aligncenter\"><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/apt-gimp2-source.webp\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-48647\" class=\"size-large wp-image-48647\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/apt-gimp2-source-700x455.webp\" alt=\"\" width=\"610\" height=\"397\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/apt-gimp2-source-700x455.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/apt-gimp2-source-300x195.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/apt-gimp2-source.webp 706w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><p id=\"caption-attachment-48647\" class=\"wp-caption-text\">apt GIMP via specified source<\/p><\/div>\n<h3>Uninstall GIMP<\/h3>\n<p>If you installed GIMP via the official Flatpak package, run command below in terminal to uninstall it:<\/p>\n<pre>flatpak uninstall --delete-data org.gimp.GIMP<\/pre>\n<p>Also run <code>flatpak uninstall --unused<\/code> to remove useless runtimes.<\/p>\n<p>For the Snap package, simply use Ubuntu Software or App Center to uninstall it.<\/p>\n<p>For the PPA package, either run command to purge PPA and downgrade to the stock version:<\/p>\n<pre>sudo apt install ppa-purge &amp;&amp; sudo ppa-purge ppa:ubuntuhandbook1\/gimp<\/pre>\n<p>Or, remove the image editor directly by running command:<\/p>\n<pre>sudo apt remove --autoremove gimp gimp-data libgegl-0.4-0* libgimp2.0 libbabl-0.1-0<\/pre>\n<p>Then, remove the PPA either via command:<\/p>\n<pre>sudo add-apt-repository --remove ppa:ubuntuhandbook1\/gimp<\/pre>\n<p>or &#8216;Software &amp; Updates&#8217; tool under <i>Other Software<\/i> tab by removing the source line.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/remove-gimp-ppa.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-44680\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/remove-gimp-ppa-600x367.webp\" alt=\"\" width=\"600\" height=\"367\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/remove-gimp-ppa-600x367.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/remove-gimp-ppa-300x184.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/remove-gimp-ppa-768x470.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2023\/11\/remove-gimp-ppa.webp 1009w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>GIMP image editor now is at version 3.0.x, and I&#8217;ve made a PPA for those who prefer the native .deb package format. If somehow you need to install the old GIMP 2.10.38 in Ubuntu, then this tutorial may help! First of all, GIMP 2.10.38 includes Windows Ink drivers support for better tablets support on Windows. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":40946,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,6],"tags":[1085],"class_list":["post-44674","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-howtos","category-news","tag-image-editor"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/44674","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/comments?post=44674"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/44674\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/40946"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=44674"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=44674"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=44674"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}