
{"id":46953,"date":"2024-07-26T15:19:53","date_gmt":"2024-07-26T15:19:53","guid":{"rendered":"https:\/\/ubuntuhandbook.org\/?p=46953"},"modified":"2024-07-26T15:19:53","modified_gmt":"2024-07-26T15:19:53","slug":"darktable-4-8-1-released-with-various-bug-fixes-ubuntu-ppa","status":"publish","type":"post","link":"https:\/\/ubuntuhandbook.org\/index.php\/2024\/07\/darktable-4-8-1-released-with-various-bug-fixes-ubuntu-ppa\/","title":{"rendered":"Darktable 4.8.1 Released with Various Bug-Fixes [Ubuntu PPA]"},"content":{"rendered":"<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/12\/darktable-logo.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-thumbnail wp-image-36501\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/12\/darktable-logo-250x250.webp\" alt=\"\" width=\"250\" height=\"250\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/12\/darktable-logo-250x250.webp 250w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/12\/darktable-logo-300x300.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/12\/darktable-logo-600x600.webp 600w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/12\/darktable-logo-768x768.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2021\/12\/darktable-logo.webp 1200w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/a><\/p>\n<p>Darktable, the popular raw image processing software, released new 4.8.1 version few days ago.<\/p>\n<p>This is the first minor release for the current 4.8 release series, which contains only bug-fixes. The release fixed the issue that export without high quality sampling but with up-scaling activated, crash when using the <code>-d imageio<\/code> option, and image jump if collection is empty.<\/p>\n<p>There are as well fixes for importing\/exporting issues, including large image exports due to a bug in finalscale module, JPEG2000 loading issue due to unspecified color space, and empty lighttable when importing from command-line. For more, see the official <a href=\"https:\/\/www.darktable.org\/2024\/07\/darktable-4.8.1-released\/\" target=\"_blank\" rel=\"noopener\">release note<\/a>.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable481.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46954\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable481-700x431.webp\" alt=\"\" width=\"610\" height=\"376\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable481-700x431.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable481-300x185.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable481-768x473.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable481.webp 1321w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p><!--more--><\/p>\n<h3>How to Install Darktable 4.8.1<\/h3>\n<p>The software provides official packages for Windows, Linux, and macOS, which are available via the link button 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.darktable.org\/install\/\" target=\"_blank\" rel=\"noreferrer noopener\">Download Darktable<\/a><\/div>\n<\/div>\n<p>For Linux, it&#8217;s an <strong>AppImage<\/strong> package runs in sandbox. Just grab it, add &#8220;Executable as Program&#8221; permission under file &#8220;Properties&#8221; dialog, finally click Run the file will launch the software.<\/p>\n<p><a href=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable-481-appimage.webp\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-large wp-image-46955\" src=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable-481-appimage-700x451.webp\" alt=\"\" width=\"610\" height=\"393\" srcset=\"https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable-481-appimage-700x451.webp 700w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable-481-appimage-300x193.webp 300w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable-481-appimage-768x495.webp 768w, https:\/\/ubuntuhandbook.org\/wp-content\/uploads\/2024\/07\/darktable-481-appimage.webp 1137w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/a><\/p>\n<p>For choice, user can install Darktable Flatpak package from <a href=\"https:\/\/flathub.org\/apps\/org.darktable.Darktable\" target=\"_blank\" rel=\"noopener\">Flathub.org<\/a>, or Snap package from Ubuntu Software (App Center).<\/p>\n<p>If you don&#8217;t like running it sandbox environment, the native Darktable packages for Debian, Ubuntu, Fedora, and OpenSUSE are available to download at this <a href=\"https:\/\/software.opensuse.org\/download.html?project=graphics:darktable&amp;package=darktable\" target=\"_blank\" rel=\"noopener\">OBS page<\/a>.<\/p>\n<p>And, I&#8217;ve uploaded the package into this unofficial <a href=\"https:\/\/launchpad.net\/~ubuntuhandbook1\/+archive\/ubuntu\/darktable\" target=\"_blank\" rel=\"noopener\">Ubuntu PPA<\/a> for Ubuntu 22.04 and Ubuntu 24.04 on Intel\/AMD and ARM platforms. Just press <code>Ctrl+Alt+T<\/code> to open up a terminal window, then run 3 commands below to add PPA and install .deb package from it.<\/p>\n<pre>sudo add-apt-repository ppa:ubuntuhandbook1\/darktable<\/pre>\n<pre>sudo apt update<\/pre>\n<pre>sudo apt install darktable<\/pre>\n<h3>Uninstall Darktable<\/h3>\n<p>Depends on which package you installed on your system, uninstall Darktable via one of the commands below:<\/p>\n<ul>\n<li>To uninstall the .deb package, open terminal (Ctrl+Alt+T) and run command:\n<pre>sudo apt remove --autoremove darktable<\/pre>\n<p>Also run the command to remove PPA as you want:<\/p>\n<pre>sudo add-apt-repository --remove ppa:ubuntuhandbook1\/darktable<\/pre>\n<\/li>\n<li>To uninstall the Flatpak package, use command:\n<pre>flatpak uninstall --delete-data org.darktable.Darktable<\/pre>\n<p>Also run flatpak uninstall &#8211;unused to clean up useless run-times.<\/li>\n<li>For the Snap package, either use Ubuntu Software (App Center), or run command:\n<pre>snap remove --purge darktable<\/pre>\n<\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>Darktable, the popular raw image processing software, released new 4.8.1 version few days ago. This is the first minor release for the current 4.8 release series, which contains only bug-fixes. The release fixed the issue that export without high quality sampling but with up-scaling activated, crash when using the -d imageio option, and image jump [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":36501,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[1432],"class_list":["post-46953","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-photo"],"_links":{"self":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/46953","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=46953"}],"version-history":[{"count":0,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/posts\/46953\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media\/36501"}],"wp:attachment":[{"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/media?parent=46953"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/categories?post=46953"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ubuntuhandbook.org\/index.php\/wp-json\/wp\/v2\/tags?post=46953"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}