{"id":48503,"date":"2025-03-25T15:17:41","date_gmt":"2025-03-25T15:17:41","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=48503"},"modified":"2025-03-26T02:41:48","modified_gmt":"2025-03-26T02:41:48","slug":"gimp-3-0-2-released-with-a-dozen-of-fixes-ubuntu-ppa-updated","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2025\/03\/gimp-3-0-2-released-with-a-dozen-of-fixes-ubuntu-ppa-updated\/","title":{"rendered":"GIMP 3.0.2 Released with A Dozen of Fixes (Ubuntu PPA Updated)"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/11\/gimp-new-logo.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-47492\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/11\/gimp-new-logo-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/11\/gimp-new-logo-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/11\/gimp-new-logo-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/11\/gimp-new-logo-700x700.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/11\/gimp-new-logo-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/11\/gimp-new-logo.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p>Just a week after the 3.0.0 major release, GIMP announced the first maintenance update for the 3.0 series on this Sunday.<\/p>\n<p>The new image editor release fixed more than a dozen of bugs, improved the official installers, updated translations, and introduced 2 new download mirrors for users from India.<\/p>\n<p><!--more--><\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/03\/gimp302.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-48504\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/03\/gimp302-700x437.webp\" alt=\"\" width=\"610\" height=\"381\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/03\/gimp302-700x437.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/03\/gimp302-300x187.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/03\/gimp302-768x479.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/03\/gimp302-1320x823.webp 1320w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2025\/03\/gimp302.webp 1425w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>GIMP 3.0.2 fixed the crash for macOS and Linux Flatpak users, when selecting a brush with the view set to Icon Grid. It also fixed missing Python plug-ins, non-working auto-update check in Windows, missing display filters and color selectors on macOS.<\/p>\n<p>The release also fixed theming issue that caused UI glitches or odd coloring, reverted a patch, which was added to improve tablet support, as it caused a different issue with pressure sensivity on other tablets.<\/p>\n<p>And for Windows users, the official installer now sets up a Restore Point for system-wide installs, and prompt about removing configurations during uninstalling process for a truly clean uninstall.<\/p>\n<p>For more about GIMP 3.0.2, see the official <a href=\"https:\/\/www.gimp.org\/news\/2025\/03\/23\/gimp-3-0-2-released\/\" target=\"_blank\" rel=\"noopener\">release note<\/a>.<\/p>\n<h3>How to Install GIMP 3.0.2<\/h3>\n<p>GIMP offers official packages as well as source code, which are available to download at the link below:<\/p>\n<div class=\"wp-block-buttons aligncenter\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-vivid-cyan-blue-to-vivid-purple-gradient-background has-text-color has-background\" href=\"https:\/\/www.gimp.org\/downloads\/\" target=\"_blank\" rel=\"noreferrer noopener\">Download GIMP<\/a><\/div>\n<\/div>\n<p>For Linux, they are <a href=\"https:\/\/flathub.org\/apps\/org.gimp.GIMP\" target=\"_blank\" rel=\"noopener\">Flatpak package<\/a> runs in sandbox environment, and non-install AppImage that can be run (after added executable permission) to launch the image editor directly.<\/p>\n<p>For Ubuntu and Linux Mint users who prefer the native <code>.deb<\/code> package, I&#8217;ve uploaded the package into this <a href=\"https:\/\/launchpad.net\/~ubuntuhandbook1\/+archive\/ubuntu\/gimp-3\" target=\"_blank\" rel=\"noopener\">unofficial PPA<\/a> with Ubuntu 22.04, Ubuntu 24.04, and Ubuntu 24.10 on <code>amd64<\/code>, <code>armhf\/arm64<\/code> platforms support.<\/p>\n<p>To add the PPA and install GIMP 3.0.2, press <code>Ctrl+Alt+T<\/code> on keyboard to open terminal and run the commands below one by one:<\/p>\n<pre>sudo add-apt-repository ppa:ubuntuhandbook1\/gimp-3<\/pre>\n<pre>sudo apt update<\/pre>\n<pre>sudo apt install gimp libgegl-0.4-0t64 libbabl-0.1-0<\/pre>\n<p><b>NOTE: For Ubuntu 22.04 with Ubuntu Pro enabled, it will try to install the old libheif from esm causing dependency issues. In the case, try command below to workaround:<\/b><\/p>\n<pre>sudo apt install gimp libgegl-0.4-0t64 libbabl-0.1-0 libheif1\/jammy<\/pre>\n<h3>Uninstall GIMP<\/h3>\n<p>If you install GIMP 3.0.2 from PPA, then you may open terminal (Ctrl+Alt+T) and run command to uninstall:<\/p>\n<pre>sudo apt remove --autoremove gimp libgegl-0.4-0t64 libbabl-0.1-0<\/pre>\n<p>Then, remove PPA either by &#8220;Software &amp; Updates&#8221; utility under Other Software tab, or by running the command below:<\/p>\n<pre>sudo add-apt-repository --remove ppa:ubuntuhandbook1\/gimp-3<\/pre>\n<p>For Linux Mint, either use &#8220;Software Sources&#8221; to remove PPA, or run <code>sudo apt update<\/code> to refresh cache after using the command above.<\/p>","protected":false},"excerpt":{"rendered":"<p>Just a week after the 3.0.0 major release, GIMP announced the first maintenance update for the 3.0 series on this Sunday. The new image editor release fixed more than a dozen of bugs, improved the official installers, updated translations, and introduced 2 new download mirrors for users from India.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[764,1085],"class_list":["post-48503","post","type-post","status-publish","format-standard","hentry","category-news","tag-gimp","tag-image-editor"],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/48503","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=48503"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/48503\/revisions"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=48503"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=48503"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=48503"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}